]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
watchdog: xilinx: Make of_device_id array const
authorJingoo Han <jg1.han@samsung.com>
Wed, 7 May 2014 08:42:22 +0000 (17:42 +0900)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 10 Jun 2014 19:43:21 +0000 (21:43 +0200)
Make of_device_id array const, because all OF functions
handle it as const.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Reviewed-by: Michal Simek <monstr@monstr.eu>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/of_xilinx_wdt.c

index 57ccae8327ff96b0072b2013f8ebb9fb2499006d..1e6e28df5d7b8030973c7a0c50d83466fb5b3b2e 100644 (file)
@@ -225,7 +225,7 @@ static int xwdt_remove(struct platform_device *pdev)
 }
 
 /* Match table for of_platform binding */
-static struct of_device_id xwdt_of_match[] = {
+static const struct of_device_id xwdt_of_match[] = {
        { .compatible = "xlnx,xps-timebase-wdt-1.00.a", },
        { .compatible = "xlnx,xps-timebase-wdt-1.01.a", },
        {},