aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/apbps2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/serio/apbps2.c')
-rw-r--r--drivers/input/serio/apbps2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/serio/apbps2.c b/drivers/input/serio/apbps2.c
index 17e01a807ddc..98be824544a5 100644
--- a/drivers/input/serio/apbps2.c
+++ b/drivers/input/serio/apbps2.c
@@ -203,7 +203,7 @@ static int apbps2_of_remove(struct platform_device *of_dev)
203 return 0; 203 return 0;
204} 204}
205 205
206static struct of_device_id apbps2_of_match[] = { 206static const struct of_device_id apbps2_of_match[] = {
207 { .name = "GAISLER_APBPS2", }, 207 { .name = "GAISLER_APBPS2", },
208 { .name = "01_060", }, 208 { .name = "01_060", },
209 {} 209 {}