diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-09-13 23:53:55 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-09-14 00:23:48 -0700 |
commit | 7fc49c498c18795d35864bee433caf419bd013b2 (patch) | |
tree | 5ce4e31845be39d4965fff82ce3a7627a5325e20 /include/linux/serio.h | |
parent | ceee42714cf382e9bb9ab71b846ad49497b29d6c (diff) |
Input: serio_driver - drop private pointer
Nobody uses it anymore.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
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 a31c95a3171e..111ad501b054 100644 --- a/include/linux/serio.h +++ b/include/linux/serio.h @@ -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; |