Merge remote-tracking branch 'iommu/next'
[deliverable/linux.git] / sound / soc / soc-ac97.c
index bc4a55bb3fd95ec085bb948579150f01de213472..6c8b0b0c56ece5e551b3d722b853c48ff22899b7 100644 (file)
@@ -116,7 +116,7 @@ static int snd_soc_ac97_gpio_direction_out(struct gpio_chip *chip,
        return snd_soc_update_bits(codec, AC97_GPIO_CFG, 1 << offset, 0);
 }
 
-static struct gpio_chip snd_soc_ac97_gpio_chip = {
+static const struct gpio_chip snd_soc_ac97_gpio_chip = {
        .label                  = "snd_soc_ac97",
        .owner                  = THIS_MODULE,
        .request                = snd_soc_ac97_gpio_request,
This page took 0.042308 seconds and 5 git commands to generate.