test: bcm5974: down should be marked as static
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Thu, 30 Apr 2015 20:30:23 +0000 (16:30 -0400)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 6 May 2015 05:08:22 +0000 (15:08 +1000)
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/litest-bcm5974.c

index 035bed2..ddff038 100644 (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  },