diff options
Diffstat (limited to 'drivers/input/misc/pcap_keys.c')
-rw-r--r-- | drivers/input/misc/pcap_keys.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/pcap_keys.c b/drivers/input/misc/pcap_keys.c index cd230365166e..3b81daf67726 100644 --- a/drivers/input/misc/pcap_keys.c +++ b/drivers/input/misc/pcap_keys.c | |||
@@ -121,7 +121,6 @@ static struct platform_driver pcap_keys_device_driver = { | |||
121 | .remove = pcap_keys_remove, | 121 | .remove = pcap_keys_remove, |
122 | .driver = { | 122 | .driver = { |
123 | .name = "pcap-keys", | 123 | .name = "pcap-keys", |
124 | .owner = THIS_MODULE, | ||
125 | } | 124 | } |
126 | }; | 125 | }; |
127 | module_platform_driver(pcap_keys_device_driver); | 126 | module_platform_driver(pcap_keys_device_driver); |