Input: serio_driver - drop private pointer
Nobody uses it anymore. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
ceee42714c
commit
7fc49c498c
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ struct serio {
|
||||||
#define to_serio_port(d) container_of(d, struct serio, dev)
|
#define to_serio_port(d) container_of(d, struct serio, dev)
|
||||||
|
|
||||||
struct serio_driver {
|
struct serio_driver {
|
||||||
void *private;
|
|
||||||
const char *description;
|
const char *description;
|
||||||
|
|
||||||
const struct serio_device_id *id_table;
|
const struct serio_device_id *id_table;
|
||||||
|
|
Loading…
Add table
Reference in a new issue