aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2014-05-07 13:03:20 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-05-14 16:39:57 -0700
commit597173a89a76ef1aafd02fc6cef7e0d3804b930b (patch)
treeb24ada277ad1ffbd4066bc4e9001da9d614baa7f /drivers/input/serio
parentInput: rotary_encoder - make of_device_id array const (diff)
downloadlinux-dev-597173a89a76ef1aafd02fc6cef7e0d3804b930b.tar.xz
linux-dev-597173a89a76ef1aafd02fc6cef7e0d3804b930b.zip
Input: olpc_apsp - make of_device_id array const
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>
Diffstat (limited to 'drivers/input/serio')
-rw-r--r--drivers/input/serio/olpc_apsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/serio/olpc_apsp.c b/drivers/input/serio/olpc_apsp.c
index 5d2fe7ece7ca..d906f3ebc8c8 100644
--- a/drivers/input/serio/olpc_apsp.c
+++ b/drivers/input/serio/olpc_apsp.c
@@ -262,7 +262,7 @@ static int olpc_apsp_remove(struct platform_device *pdev)
return 0;
}
-static struct of_device_id olpc_apsp_dt_ids[] = {
+static const struct of_device_id olpc_apsp_dt_ids[] = {
{ .compatible = "olpc,ap-sp", },
{}
};