Input: serio_driver - drop private pointer

Nobody uses it anymore.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Dmitry Torokhov 2010-09-13 23:53:55 -07:00
parent ceee42714c
commit 7fc49c498c

View file

@ -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;