diff options
| -rw-r--r-- | drivers/input/touchscreen/touchwin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/touchwin.c b/drivers/input/touchscreen/touchwin.c index ba90f447df75..2ba6b4ca28cb 100644 --- a/drivers/input/touchscreen/touchwin.c +++ b/drivers/input/touchscreen/touchwin.c | |||
| @@ -159,7 +159,7 @@ static int tw_connect(struct serio *serio, struct serio_driver *drv) | |||
| 159 | * The serio driver structure. | 159 | * The serio driver structure. |
| 160 | */ | 160 | */ |
| 161 | 161 | ||
| 162 | static struct serio_device_id tw_serio_ids[] = { | 162 | static const struct serio_device_id tw_serio_ids[] = { |
| 163 | { | 163 | { |
| 164 | .type = SERIO_RS232, | 164 | .type = SERIO_RS232, |
| 165 | .proto = SERIO_TOUCHWIN, | 165 | .proto = SERIO_TOUCHWIN, |
