diff options
| -rw-r--r-- | drivers/input/touchscreen/fujitsu_ts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/fujitsu_ts.c b/drivers/input/touchscreen/fujitsu_ts.c index d0e46a7e183b..a0fbb454499d 100644 --- a/drivers/input/touchscreen/fujitsu_ts.c +++ b/drivers/input/touchscreen/fujitsu_ts.c | |||
| @@ -151,7 +151,7 @@ static int fujitsu_connect(struct serio *serio, struct serio_driver *drv) | |||
| 151 | /* | 151 | /* |
| 152 | * The serio driver structure. | 152 | * The serio driver structure. |
| 153 | */ | 153 | */ |
| 154 | static struct serio_device_id fujitsu_serio_ids[] = { | 154 | static const struct serio_device_id fujitsu_serio_ids[] = { |
| 155 | { | 155 | { |
| 156 | .type = SERIO_RS232, | 156 | .type = SERIO_RS232, |
| 157 | .proto = SERIO_FUJITSU, | 157 | .proto = SERIO_FUJITSU, |
