vxlan: avoid using stale vxlan socket.
[cascardo/linux.git] / drivers / gpio / gpio-da9052.c
index e29553b..dd8977c 100644 (file)
@@ -184,7 +184,7 @@ static int da9052_gpio_to_irq(struct gpio_chip *gc, u32 offset)
        return irq;
 }
 
-static struct gpio_chip reference_gp = {
+static const struct gpio_chip reference_gp = {
        .label = "da9052-gpio",
        .owner = THIS_MODULE,
        .get = da9052_gpio_get,