projects
/
platform
/
kernel
/
linux-3.10.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
632d126
..
b65a6f4
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);