diff options
-rw-r--r-- | drivers/input/mouse/byd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/byd.c b/drivers/input/mouse/byd.c index b27aa637f877..b64b81599f7e 100644 --- a/drivers/input/mouse/byd.c +++ b/drivers/input/mouse/byd.c | |||
@@ -344,7 +344,7 @@ static int byd_reset_touchpad(struct psmouse *psmouse) | |||
344 | u8 param[4]; | 344 | u8 param[4]; |
345 | size_t i; | 345 | size_t i; |
346 | 346 | ||
347 | const struct { | 347 | static const struct { |
348 | u16 command; | 348 | u16 command; |
349 | u8 arg; | 349 | u8 arg; |
350 | } seq[] = { | 350 | } seq[] = { |