Input: gameport - use module_gameport_driver
This patch converts the drivers in drivers/input/* to use module_gameport_driver() macro which makes the code smaller and a bit simpler. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
このコミットが含まれているのは:
@@ -281,15 +281,4 @@ static struct gameport_driver guillemot_drv = {
|
||||
.disconnect = guillemot_disconnect,
|
||||
};
|
||||
|
||||
static int __init guillemot_init(void)
|
||||
{
|
||||
return gameport_register_driver(&guillemot_drv);
|
||||
}
|
||||
|
||||
static void __exit guillemot_exit(void)
|
||||
{
|
||||
gameport_unregister_driver(&guillemot_drv);
|
||||
}
|
||||
|
||||
module_init(guillemot_init);
|
||||
module_exit(guillemot_exit);
|
||||
module_gameport_driver(guillemot_drv);
|
||||
|
新しいイシューから参照
ユーザーをブロックする