Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1277931

[RFC PATCH] HID: rmi: rmi_hid_2d_sensor_data can be static

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject [RFC PATCH] HID: rmi: rmi_hid_2d_sensor_data can be static
Date 2015-11-26 02:50 +0100
Message-ID <qyTR7-5Nq-3@gated-at.bofh.it> (permalink)
References <qyTR7-5Nq-1@gated-at.bofh.it> <qySs2-51l-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Fengguang Wu <fengguang.wu@intel.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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

[PATCH 10/10] HID: rmi: Make hid-rmi a transport driver for synaptics-rmi4 Andrew Duggan <aduggan@synaptics.com> - 2015-11-26 01:20 +0100
  Re: [PATCH 10/10] HID: rmi: Make hid-rmi a transport driver for  synaptics-rmi4 kbuild test robot <lkp@intel.com> - 2015-11-26 02:30 +0100
  Re: [PATCH 10/10] HID: rmi: Make hid-rmi a transport driver for  synaptics-rmi4 kbuild test robot <lkp@intel.com> - 2015-11-26 02:50 +0100
  [RFC PATCH] HID: rmi: rmi_hid_2d_sensor_data can be static kbuild test robot <lkp@intel.com> - 2015-11-26 02:50 +0100

csiph-web