drivers/atm/he.c: convert to module_pci_driver
Signed-off-by: Libo Chen <libo.chen@huawei.com> Cc: Chas Williams <chas@cmf.nrl.navy.mil> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c9771bfd6d
commit
a2a69f0b35
|
@ -2865,15 +2865,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);
|
||||
|
|
Loading…
Reference in New Issue