From: Dmitry Torokhov Date: Tue, 14 Sep 2010 06:53:55 +0000 (-0700) Subject: Input: serio_driver - drop private pointer X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7fc49c498c18795d35864bee433caf419bd013b2;p=deliverable%2Flinux.git Input: serio_driver - drop private pointer Nobody uses it anymore. Signed-off-by: Dmitry Torokhov --- 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;