drivers/net/irda/donauboe.c: convert to module_pci_driver
Signed-off-by: Libo Chen <libo.chen@huawei.com> Cc: Samuel Ortiz <samuel@sortiz.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
efd5029010
commit
cd094927c6
1 changed files with 1 additions and 14 deletions
|
@ -1755,17 +1755,4 @@ static struct pci_driver donauboe_pci_driver = {
|
|||
.resume = toshoboe_wakeup
|
||||
};
|
||||
|
||||
static int __init
|
||||
donauboe_init (void)
|
||||
{
|
||||
return pci_register_driver(&donauboe_pci_driver);
|
||||
}
|
||||
|
||||
static void __exit
|
||||
donauboe_cleanup (void)
|
||||
{
|
||||
pci_unregister_driver(&donauboe_pci_driver);
|
||||
}
|
||||
|
||||
module_init(donauboe_init);
|
||||
module_exit(donauboe_cleanup);
|
||||
module_pci_driver(donauboe_pci_driver);
|
||||
|
|
Loading…
Reference in a new issue