diff mbox

[RFC] HID: rmi: rmi_hid_2d_sensor_data can be static

Message ID 20151126014332.GA214912@lkp-ib03 (mailing list archive)
State New, archived
Headers show

Commit Message

kernel test robot Nov. 26, 2015, 1:43 a.m. UTC
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 hid-rmi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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,