diff options
Diffstat (limited to 'drivers/usb/input/appletouch.c')
-rw-r--r-- | drivers/usb/input/appletouch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/input/appletouch.c b/drivers/usb/input/appletouch.c index 6cce8527ba06..c222ed13deab 100644 --- a/drivers/usb/input/appletouch.c +++ b/drivers/usb/input/appletouch.c | |||
@@ -525,7 +525,6 @@ static int atp_resume(struct usb_interface *iface) | |||
525 | } | 525 | } |
526 | 526 | ||
527 | static struct usb_driver atp_driver = { | 527 | static struct usb_driver atp_driver = { |
528 | .owner = THIS_MODULE, | ||
529 | .name = "appletouch", | 528 | .name = "appletouch", |
530 | .probe = atp_probe, | 529 | .probe = atp_probe, |
531 | .disconnect = atp_disconnect, | 530 | .disconnect = atp_disconnect, |