net: phy: dp83848: add dp83822 PHY support
[cascardo/linux.git] / drivers / gpio / gpio-twl4030.c
index 4b807b0..dfcfbba 100644 (file)
@@ -381,7 +381,7 @@ static int twl_to_irq(struct gpio_chip *chip, unsigned offset)
                : -EINVAL;
 }
 
-static struct gpio_chip template_chip = {
+static const struct gpio_chip template_chip = {
        .label                  = "twl4030",
        .owner                  = THIS_MODULE,
        .request                = twl_request,