Input: gameport_driver - drop private pointer
Nobody uses it anymore. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user