diff options
Diffstat (limited to 'drivers/input/joystick/gf2k.c')
| -rw-r--r-- | drivers/input/joystick/gf2k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/joystick/gf2k.c b/drivers/input/joystick/gf2k.c index ac7db7a1f8db..d514aebf7554 100644 --- a/drivers/input/joystick/gf2k.c +++ b/drivers/input/joystick/gf2k.c | |||
| @@ -308,7 +308,7 @@ static int gf2k_connect(struct gameport *gameport, struct gameport_driver *drv) | |||
| 308 | input_dev->id.vendor = GAMEPORT_ID_VENDOR_GENIUS; | 308 | input_dev->id.vendor = GAMEPORT_ID_VENDOR_GENIUS; |
| 309 | input_dev->id.product = gf2k->id; | 309 | input_dev->id.product = gf2k->id; |
| 310 | input_dev->id.version = 0x0100; | 310 | input_dev->id.version = 0x0100; |
| 311 | input_dev->cdev.dev = &gameport->dev; | 311 | input_dev->dev.parent = &gameport->dev; |
| 312 | 312 | ||
| 313 | input_set_drvdata(input_dev, gf2k); | 313 | input_set_drvdata(input_dev, gf2k); |
| 314 | 314 | ||
