From 3819a47811178c03cd9f29088fcbd9bf9be5e830 Mon Sep 17 00:00:00 2001 From: Libo Chen Date: Fri, 19 Jul 2013 09:56:34 +1000 Subject: [PATCH] drivers/atm/he.c: convert to module_pci_driver Signed-off-by: Libo Chen Cc: Chas Williams Signed-off-by: Andrew Morton --- drivers/atm/he.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/drivers/atm/he.c b/drivers/atm/he.c index 507362a76a73..80f9743f596a 100644 --- a/drivers/atm/he.c +++ b/drivers/atm/he.c @@ -2872,15 +2872,4 @@ static struct pci_driver he_driver = { .id_table = he_pci_tbl, }; -static int __init he_init(void) -{ - return pci_register_driver(&he_driver); -} - -static void __exit he_cleanup(void) -{ - pci_unregister_driver(&he_driver); -} - -module_init(he_init); -module_exit(he_cleanup); +module_pci_driver(he_driver); -- 2.39.2