diff options
| -rw-r--r-- | drivers/input/touchscreen/hampshire.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/hampshire.c b/drivers/input/touchscreen/hampshire.c index ecb1e0e01328..eb052d559e54 100644 --- a/drivers/input/touchscreen/hampshire.c +++ b/drivers/input/touchscreen/hampshire.c | |||
| @@ -163,7 +163,7 @@ static int hampshire_connect(struct serio *serio, struct serio_driver *drv) | |||
| 163 | * The serio driver structure. | 163 | * The serio driver structure. |
| 164 | */ | 164 | */ |
| 165 | 165 | ||
| 166 | static struct serio_device_id hampshire_serio_ids[] = { | 166 | static const struct serio_device_id hampshire_serio_ids[] = { |
| 167 | { | 167 | { |
| 168 | .type = SERIO_RS232, | 168 | .type = SERIO_RS232, |
| 169 | .proto = SERIO_HAMPSHIRE, | 169 | .proto = SERIO_HAMPSHIRE, |
