X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sound%2Fsoc%2Fcodecs%2Fwm8903.c;h=6e887c2c42b1a33808a3bc513dcf5f4b1c481de1;hb=7e75c99e6e2aac23b3e563b8c9e93d3e13afad1e;hp=837c8b9f19e93862dc1cc81ca28bd4c68c595247;hpb=74c32d3cbc983a586895065fc4361dcb4d8e52bc;p=deliverable%2Flinux.git diff --git a/sound/soc/codecs/wm8903.c b/sound/soc/codecs/wm8903.c index 837c8b9f19e9..6e887c2c42b1 100644 --- a/sound/soc/codecs/wm8903.c +++ b/sound/soc/codecs/wm8903.c @@ -1830,7 +1830,7 @@ static void wm8903_gpio_set(struct gpio_chip *chip, unsigned offset, int value) !!value << WM8903_GP1_LVL_SHIFT); } -static struct gpio_chip wm8903_template_chip = { +static const struct gpio_chip wm8903_template_chip = { .label = "wm8903", .owner = THIS_MODULE, .request = wm8903_gpio_request,