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
|
@ -53,8 +53,6 @@ struct gameport {
|
||||||
#define to_gameport_port(d) container_of(d, struct gameport, dev)
|
#define to_gameport_port(d) container_of(d, struct gameport, dev)
|
||||||
|
|
||||||
struct gameport_driver {
|
struct gameport_driver {
|
||||||
|
|
||||||
void *private;
|
|
||||||
const char *description;
|
const char *description;
|
||||||
|
|
||||||
int (*connect)(struct gameport *, struct gameport_driver *drv);
|
int (*connect)(struct gameport *, struct gameport_driver *drv);
|
||||||
|
|
Loading…
Reference in New Issue