atm: simplify lanai.c by using module_pci_driver
authorMichael Opdenacker <[email protected]>
Wed, 15 Oct 2014 07:45:50 +0000 (09:45 +0200)
committerDavid S. Miller <[email protected]>
Fri, 17 Oct 2014 15:55:32 +0000 (11:55 -0400)
commitb7983e3f89dd960b2a6d156fd2200548c3300428
tree91cde46bdcd8a183402ae16ba6fb227be3ca0f1e
parent2c6ba4b15b5ef38213b6c42ce09e9398f78cef9f
atm: simplify lanai.c by using module_pci_driver

This simplifies the lanai.c driver by using
the module_pci_driver() macro, at the expense
of losing only debugging messages.

Signed-off-by: Michael Opdenacker <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/atm/lanai.c