Input: gameport_driver - drop private pointer
Nobody uses it anymore. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
37b0bb112b
commit
528487081a
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue