aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serio.h
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2010-09-13 23:53:55 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2010-09-14 00:23:48 -0700
commit7fc49c498c18795d35864bee433caf419bd013b2 (patch)
tree5ce4e31845be39d4965fff82ce3a7627a5325e20 /include/linux/serio.h
parentInput: serio_driver - mark id_table and description as const (diff)
downloadlinux-dev-7fc49c498c18795d35864bee433caf419bd013b2.tar.xz
linux-dev-7fc49c498c18795d35864bee433caf419bd013b2.zip
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.h1
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;