diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-09-14 02:53:55 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-09-14 03:23:48 -0400 |
| commit | 7fc49c498c18795d35864bee433caf419bd013b2 (patch) | |
| tree | 5ce4e31845be39d4965fff82ce3a7627a5325e20 | |
| parent | ceee42714cf382e9bb9ab71b846ad49497b29d6c (diff) | |
Input: serio_driver - drop private pointer
Nobody uses it anymore.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
| -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 a31c95a3171e..111ad501b054 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; |
