diff options
Diffstat (limited to 'drivers/input/touchscreen/dynapro.c')
-rw-r--r-- | drivers/input/touchscreen/dynapro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/dynapro.c b/drivers/input/touchscreen/dynapro.c index 86237a910876..5b1b66fffbe3 100644 --- a/drivers/input/touchscreen/dynapro.c +++ b/drivers/input/touchscreen/dynapro.c | |||
@@ -164,7 +164,7 @@ static int dynapro_connect(struct serio *serio, struct serio_driver *drv) | |||
164 | * The serio driver structure. | 164 | * The serio driver structure. |
165 | */ | 165 | */ |
166 | 166 | ||
167 | static struct serio_device_id dynapro_serio_ids[] = { | 167 | static const struct serio_device_id dynapro_serio_ids[] = { |
168 | { | 168 | { |
169 | .type = SERIO_RS232, | 169 | .type = SERIO_RS232, |
170 | .proto = SERIO_DYNAPRO, | 170 | .proto = SERIO_DYNAPRO, |