[PATCH libinput 1/3] test: bcm5974: down should be marked as static

Benjamin Tissoires benjamin.tissoires at gmail.com
Thu Apr 30 13:30:23 PDT 2015


From: Benjamin Tissoires <benjamin.tissoires at redhat.com>

Signed-off-by: Benjamin Tissoires <benjamin.tissoires at redhat.com>
---
 test/litest-bcm5974.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/litest-bcm5974.c b/test/litest-bcm5974.c
index 035bed2..ddff038 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  },
-- 
1.7.1



More information about the wayland-devel mailing list