Input: apbps2 - make of_device_id array const
authorJingoo Han <jg1.han@samsung.com>
Wed, 7 May 2014 20:04:50 +0000 (13:04 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 14 May 2014 23:39:57 +0000 (16:39 -0700)
Make of_device_id array const, because all OF functions handle it as const.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/serio/apbps2.c

index 17e01a8..98be824 100644 (file)
@@ -203,7 +203,7 @@ static int apbps2_of_remove(struct platform_device *of_dev)
        return 0;
 }
 
-static struct of_device_id apbps2_of_match[] = {
+static const struct of_device_id apbps2_of_match[] = {
        { .name = "GAISLER_APBPS2", },
        { .name = "01_060", },
        {}