diff options
Diffstat (limited to 'include/linux/serio.h')
-rw-r--r-- | include/linux/serio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/serio.h b/include/linux/serio.h index a31c95a3171..111ad501b05 100644 --- a/include/linux/serio.h +++ b/include/linux/serio.h | |||
@@ -54,7 +54,6 @@ struct serio { | |||
54 | #define to_serio_port(d) container_of(d, struct serio, dev) | 54 | #define to_serio_port(d) container_of(d, struct serio, dev) |
55 | 55 | ||
56 | struct serio_driver { | 56 | struct serio_driver { |
57 | void *private; | ||
58 | const char *description; | 57 | const char *description; |
59 | 58 | ||
60 | const struct serio_device_id *id_table; | 59 | const struct serio_device_id *id_table; |