Commit 7fc49c49 authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: serio_driver - drop private pointer

Nobody uses it anymore.
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent ceee4271
......@@ -54,7 +54,6 @@ struct serio {
#define to_serio_port(d) container_of(d, struct serio, dev)
struct serio_driver {
void *private;
const char *description;
const struct serio_device_id *id_table;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment