aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/zhenhua.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/joystick/zhenhua.c')
-rw-r--r--drivers/input/joystick/zhenhua.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/drivers/input/joystick/zhenhua.c b/drivers/input/joystick/zhenhua.c
index b5853125c898..c4de4388fd7f 100644
--- a/drivers/input/joystick/zhenhua.c
+++ b/drivers/input/joystick/zhenhua.c
@@ -225,19 +225,4 @@ static struct serio_driver zhenhua_drv = {
225 .disconnect = zhenhua_disconnect, 225 .disconnect = zhenhua_disconnect,
226}; 226};
227 227
228/* 228module_serio_driver(zhenhua_drv);
229 * The functions for inserting/removing us as a module.
230 */
231
232static int __init zhenhua_init(void)
233{
234 return serio_register_driver(&zhenhua_drv);
235}
236
237static void __exit zhenhua_exit(void)
238{
239 serio_unregister_driver(&zhenhua_drv);
240}
241
242module_init(zhenhua_init);
243module_exit(zhenhua_exit);