diff options
Diffstat (limited to 'drivers/usb/input/ati_remote.c')
-rw-r--r-- | drivers/usb/input/ati_remote.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/input/ati_remote.c b/drivers/usb/input/ati_remote.c index 9a2a47db9494..8948e5c3941f 100644 --- a/drivers/usb/input/ati_remote.c +++ b/drivers/usb/input/ati_remote.c | |||
@@ -295,7 +295,6 @@ static void ati_remote_disconnect (struct usb_interface *interface); | |||
295 | 295 | ||
296 | /* usb specific object to register with the usb subsystem */ | 296 | /* usb specific object to register with the usb subsystem */ |
297 | static struct usb_driver ati_remote_driver = { | 297 | static struct usb_driver ati_remote_driver = { |
298 | .owner = THIS_MODULE, | ||
299 | .name = "ati_remote", | 298 | .name = "ati_remote", |
300 | .probe = ati_remote_probe, | 299 | .probe = ati_remote_probe, |
301 | .disconnect = ati_remote_disconnect, | 300 | .disconnect = ati_remote_disconnect, |