diff options
Diffstat (limited to 'drivers/input/misc/cobalt_btns.c')
-rw-r--r-- | drivers/input/misc/cobalt_btns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/cobalt_btns.c b/drivers/input/misc/cobalt_btns.c index 3e11510ff82d..fbe72afc9347 100644 --- a/drivers/input/misc/cobalt_btns.c +++ b/drivers/input/misc/cobalt_btns.c | |||
@@ -157,7 +157,6 @@ static struct platform_driver cobalt_buttons_driver = { | |||
157 | .remove = cobalt_buttons_remove, | 157 | .remove = cobalt_buttons_remove, |
158 | .driver = { | 158 | .driver = { |
159 | .name = "Cobalt buttons", | 159 | .name = "Cobalt buttons", |
160 | .owner = THIS_MODULE, | ||
161 | }, | 160 | }, |
162 | }; | 161 | }; |
163 | module_platform_driver(cobalt_buttons_driver); | 162 | module_platform_driver(cobalt_buttons_driver); |