diff options
Diffstat (limited to 'drivers/usb/input/ati_remote.c')
-rw-r--r-- | drivers/usb/input/ati_remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/input/ati_remote.c b/drivers/usb/input/ati_remote.c index 876b2725609d..5d3ddb916668 100644 --- a/drivers/usb/input/ati_remote.c +++ b/drivers/usb/input/ati_remote.c | |||
@@ -662,7 +662,7 @@ static void ati_remote_input_init(struct ati_remote *ati_remote) | |||
662 | idev->phys = ati_remote->phys; | 662 | idev->phys = ati_remote->phys; |
663 | 663 | ||
664 | usb_to_input_id(ati_remote->udev, &idev->id); | 664 | usb_to_input_id(ati_remote->udev, &idev->id); |
665 | idev->cdev.dev = &ati_remote->udev->dev; | 665 | idev->dev.parent = &ati_remote->udev->dev; |
666 | } | 666 | } |
667 | 667 | ||
668 | static int ati_remote_initialize(struct ati_remote *ati_remote) | 668 | static int ati_remote_initialize(struct ati_remote *ati_remote) |