diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2016-12-01 02:00:28 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-12-01 02:42:18 +0100 |
commit | e9dade4106e1c1ff4ae91386b9812ee8f51c3775 (patch) | |
tree | 1028bfd882e7a916a92e7e2b3db37daf318859a7 /drivers/input/rmi4/rmi_driver.h | |
parent | Input: synaptics-rmi4 - remove mutex calls while updating the firmware (diff) | |
download | linux-e9dade4106e1c1ff4ae91386b9812ee8f51c3775.tar.xz linux-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 'drivers/input/rmi4/rmi_driver.h')
-rw-r--r-- | drivers/input/rmi4/rmi_driver.h | 3 |
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) |