diff options
Diffstat (limited to 'drivers/hid/hid-twinhan.c')
| -rw-r--r-- | drivers/hid/hid-twinhan.c | 15 | 
1 files changed, 2 insertions, 13 deletions
diff --git a/drivers/hid/hid-twinhan.c b/drivers/hid/hid-twinhan.c index c40afc57fc8..c08c36443f8 100644 --- a/drivers/hid/hid-twinhan.c +++ b/drivers/hid/hid-twinhan.c @@ -3,7 +3,7 @@   *   * Based on hid-gyration.c   * - * Copyright (c) 2009 Bruno Prémont <bonbons@linux-vserver.org> + * Copyright (c) 2009 Bruno Prémont <bonbons@linux-vserver.org>   */  /* @@ -131,17 +131,6 @@ static struct hid_driver twinhan_driver = {  	.id_table = twinhan_devices,  	.input_mapping = twinhan_input_mapping,  }; +module_hid_driver(twinhan_driver); -static int __init twinhan_init(void) -{ -	return hid_register_driver(&twinhan_driver); -} - -static void __exit twinhan_exit(void) -{ -	hid_unregister_driver(&twinhan_driver); -} - -module_init(twinhan_init); -module_exit(twinhan_exit);  MODULE_LICENSE("GPL");  | 
