From 22a06792b1cc4e13901ff4eb5c14e2ed16707894 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Thu, 30 Apr 2015 16:30:23 -0400 Subject: [PATCH] test: bcm5974: down should be marked as static Signed-off-by: Benjamin Tissoires Signed-off-by: Peter Hutterer --- test/litest-bcm5974.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/litest-bcm5974.c b/test/litest-bcm5974.c index 035bed22..ddff0387 100644 --- a/test/litest-bcm5974.c +++ b/test/litest-bcm5974.c @@ -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 },