[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20151126014332.GA214912@lkp-ib03>
Date: Thu, 26 Nov 2015 09:43:32 +0800
From: kbuild test robot <lkp@...el.com>
To: Andrew Duggan <aduggan@...aptics.com>
Cc: kbuild-all@...org, linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org,
Andrew Duggan <aduggan@...aptics.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Linus Walleij <linus.walleij@...aro.org>,
Benjamin Tissoires <benjamin.tissoires@...hat.com>,
Christopher Heiny <cheiny@...aptics.com>,
Stephen Chandler Paul <cpaul@...hat.com>,
Vincent Huang <vincent.huang@...synaptics.com>,
Jiri Kosina <jikos@...nel.org>,
Andrew Duggan <aduggan@...nptics.com>
Subject: [RFC PATCH] HID: rmi: rmi_hid_2d_sensor_data can be static
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
hid-rmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hid/hid-rmi.c b/drivers/hid/hid-rmi.c
index 81472c9..832c77d 100644
--- a/drivers/hid/hid-rmi.c
+++ b/drivers/hid/hid-rmi.c
@@ -497,7 +497,7 @@ static int rmi_check_valid_report_id(struct hid_device *hdev, unsigned type,
return 0;
}
-struct rmi_2d_sensor_platform_data rmi_hid_2d_sensor_data = {
+static struct rmi_2d_sensor_platform_data rmi_hid_2d_sensor_data = {
.sensor_type = rmi_sensor_touchpad,
.axis_align.flip_y = true,
.kernel_tracking = true,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists