diff options
Diffstat (limited to 'drivers/input/keyboard/pxa27x_keyboard.c')
-rw-r--r-- | drivers/input/keyboard/pxa27x_keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/pxa27x_keyboard.c b/drivers/input/keyboard/pxa27x_keyboard.c index 1a2afbf213f8..993df872b364 100644 --- a/drivers/input/keyboard/pxa27x_keyboard.c +++ b/drivers/input/keyboard/pxa27x_keyboard.c | |||
@@ -169,7 +169,7 @@ static int __devinit pxakbd_probe(struct platform_device *pdev) | |||
169 | input_dev->id.bustype = BUS_HOST; | 169 | input_dev->id.bustype = BUS_HOST; |
170 | input_dev->open = pxakbd_open; | 170 | input_dev->open = pxakbd_open; |
171 | input_dev->close = pxakbd_close; | 171 | input_dev->close = pxakbd_close; |
172 | input_dev->cdev.dev = &pdev->dev; | 172 | input_dev->dev.parent = &pdev->dev; |
173 | 173 | ||
174 | input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_REP) | BIT(EV_REL); | 174 | input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_REP) | BIT(EV_REL); |
175 | input_dev->relbit[LONG(REL_WHEEL)] = BIT(REL_WHEEL); | 175 | input_dev->relbit[LONG(REL_WHEEL)] = BIT(REL_WHEEL); |