Input: synaptics-rmi4 - remove unused fields in struct rmi_driver_data
These fields are not used anywhere, there is no point in carrying them. Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:

committed by
Dmitry Torokhov

parent
9e421b7c60
commit
0d37d63a00
@@ -340,7 +340,6 @@ struct rmi_driver_data {
|
|||||||
struct rmi_function *f34_container;
|
struct rmi_function *f34_container;
|
||||||
bool f01_bootloader_mode;
|
bool f01_bootloader_mode;
|
||||||
|
|
||||||
u32 attn_count;
|
|
||||||
int num_of_irq_regs;
|
int num_of_irq_regs;
|
||||||
int irq_count;
|
int irq_count;
|
||||||
void *irq_memory;
|
void *irq_memory;
|
||||||
@@ -352,14 +351,11 @@ struct rmi_driver_data {
|
|||||||
struct input_dev *input;
|
struct input_dev *input;
|
||||||
|
|
||||||
u8 pdt_props;
|
u8 pdt_props;
|
||||||
u8 bsr;
|
|
||||||
|
|
||||||
u8 num_rx_electrodes;
|
u8 num_rx_electrodes;
|
||||||
u8 num_tx_electrodes;
|
u8 num_tx_electrodes;
|
||||||
|
|
||||||
bool enabled;
|
bool enabled;
|
||||||
|
|
||||||
void *data;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
int rmi_register_transport_device(struct rmi_transport_dev *xport);
|
int rmi_register_transport_device(struct rmi_transport_dev *xport);
|
||||||
|
Reference in New Issue
Block a user