test: bcm5974: down should be marked as static

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Benjamin Tissoires 2015-04-30 16:30:23 -04:00 committed by Peter Hutterer
parent e7572274df
commit 22a06792b1

View file

@ -33,7 +33,7 @@ static void litest_bcm5974_setup(void)
litest_set_current_device(d);
}
struct input_event down[] = {
static struct input_event down[] = {
{ .type = EV_ABS, .code = ABS_X, .value = LITEST_AUTO_ASSIGN },
{ .type = EV_ABS, .code = ABS_Y, .value = LITEST_AUTO_ASSIGN },
{ .type = EV_ABS, .code = ABS_PRESSURE, .value = 30 },