USB: fix build error with CONFIG_PM_RUNTIME disabled
[firefly-linux-kernel-4.4.55.git] / drivers / gpio / gpio-lpc32xx.c
index 225344d6640478e230ff04ec15825507f5f59366..b9b9799b368b5d83ef9b381a56ebe4ced00c908d 100644 (file)
@@ -560,7 +560,7 @@ static int lpc32xx_gpio_probe(struct platform_device *pdev)
 }
 
 #ifdef CONFIG_OF
-static struct of_device_id lpc32xx_gpio_of_match[] = {
+static const struct of_device_id lpc32xx_gpio_of_match[] = {
        { .compatible = "nxp,lpc3220-gpio", },
        { },
 };