aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/goldfish_events.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/keyboard/goldfish_events.c')
-rw-r--r--drivers/input/keyboard/goldfish_events.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/keyboard/goldfish_events.c b/drivers/input/keyboard/goldfish_events.c
index 69e854763370..907e4e278fce 100644
--- a/drivers/input/keyboard/goldfish_events.c
+++ b/drivers/input/keyboard/goldfish_events.c
@@ -181,7 +181,6 @@ static int events_probe(struct platform_device *pdev)
181static struct platform_driver events_driver = { 181static struct platform_driver events_driver = {
182 .probe = events_probe, 182 .probe = events_probe,
183 .driver = { 183 .driver = {
184 .owner = THIS_MODULE,
185 .name = "goldfish_events", 184 .name = "goldfish_events",
186 }, 185 },
187}; 186};