aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/rmi4/rmi_driver.h
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>2016-11-30 17:00:28 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-11-30 17:42:18 -0800
commite9dade4106e1c1ff4ae91386b9812ee8f51c3775 (patch)
tree1028bfd882e7a916a92e7e2b3db37daf318859a7 /drivers/input/rmi4/rmi_driver.h
parentInput: synaptics-rmi4 - remove mutex calls while updating the firmware (diff)
downloadlinux-dev-e9dade4106e1c1ff4ae91386b9812ee8f51c3775.tar.xz
linux-dev-e9dade4106e1c1ff4ae91386b9812ee8f51c3775.zip
Input: synaptics-rmi4 - remove EXPORT_SYMBOL_GPL for internal functions
those functions should not be used outside of rmi_core.ko. There is no point in exporting them to the world. It looks like rmi_read_pdt_entry() should be static too. Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to '')
-rw-r--r--drivers/input/rmi4/rmi_driver.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/input/rmi4/rmi_driver.h b/drivers/input/rmi4/rmi_driver.h
index c9fe3d3deef3..cc9458522279 100644
--- a/drivers/input/rmi4/rmi_driver.h
+++ b/drivers/input/rmi4/rmi_driver.h
@@ -51,9 +51,6 @@ struct pdt_entry {
u8 function_number;
};
-int rmi_read_pdt_entry(struct rmi_device *rmi_dev, struct pdt_entry *entry,
- u16 pdt_address);
-
#define RMI_REG_DESC_PRESENSE_BITS (32 * BITS_PER_BYTE)
#define RMI_REG_DESC_SUBPACKET_BITS (37 * BITS_PER_BYTE)