projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37b0bb1
)
Input: gameport_driver - drop private pointer
author
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Tue, 14 Sep 2010 06:53:55 +0000
(23:53 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Tue, 14 Sep 2010 07:23:59 +0000
(
00:23
-0700)
Nobody uses it anymore.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
include/linux/gameport.h
patch
|
blob
|
history
diff --git
a/include/linux/gameport.h
b/include/linux/gameport.h
index 632d1265fbe0dabc863d57aeab5af94caa4e9000..b65a6f472775db8cc542f1e515bce9ffec2b1a9c 100644
(file)
--- a/
include/linux/gameport.h
+++ b/
include/linux/gameport.h
@@
-53,8
+53,6
@@
struct gameport {
#define to_gameport_port(d) container_of(d, struct gameport, dev)
struct gameport_driver {
-
- void *private;
const char *description;
int (*connect)(struct gameport *, struct gameport_driver *drv);