diff options
Diffstat (limited to 'drivers/input/keyboard/adp5520-keys.c')
-rw-r--r-- | drivers/input/keyboard/adp5520-keys.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/keyboard/adp5520-keys.c b/drivers/input/keyboard/adp5520-keys.c index 7f4a8b58efc1..db1004dad108 100644 --- a/drivers/input/keyboard/adp5520-keys.c +++ b/drivers/input/keyboard/adp5520-keys.c | |||
@@ -184,7 +184,6 @@ static int adp5520_keys_remove(struct platform_device *pdev) | |||
184 | static struct platform_driver adp5520_keys_driver = { | 184 | static struct platform_driver adp5520_keys_driver = { |
185 | .driver = { | 185 | .driver = { |
186 | .name = "adp5520-keys", | 186 | .name = "adp5520-keys", |
187 | .owner = THIS_MODULE, | ||
188 | }, | 187 | }, |
189 | .probe = adp5520_keys_probe, | 188 | .probe = adp5520_keys_probe, |
190 | .remove = adp5520_keys_remove, | 189 | .remove = adp5520_keys_remove, |