projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21184c4
)
Input: cy8ctmg110_ts - constify i2c_device_id table
author
Axel Lin
<axel.lin@gmail.com>
Wed, 13 Jul 2011 07:04:36 +0000
(
00:04
-0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Wed, 13 Jul 2011 07:08:24 +0000
(
00:08
-0700)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/cy8ctmg110_ts.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/cy8ctmg110_ts.c
b/drivers/input/touchscreen/cy8ctmg110_ts.c
index b3fdd1361c36bd90f3c08295e060b9c6bae20cd7..ecdaae5f06c98f5d58c3e7e53a5c6748b790f888 100644
(file)
--- a/
drivers/input/touchscreen/cy8ctmg110_ts.c
+++ b/
drivers/input/touchscreen/cy8ctmg110_ts.c
@@
-328,7
+328,7
@@
static int __devexit cy8ctmg110_remove(struct i2c_client *client)
return 0;
}
-static struct i2c_device_id cy8ctmg110_idtable[] = {
+static
const
struct i2c_device_id cy8ctmg110_idtable[] = {
{ CY8CTMG110_DRIVER_NAME, 1 },
{ }
};