瀏覽代碼

Input: serio_driver - drop private pointer

Nobody uses it anymore.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Dmitry Torokhov 14 年之前
父節點
當前提交
7fc49c498c
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/linux/serio.h

+ 0 - 1
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;