tifm: use module_pci_driver
authorDevendra Naga <devendra.aaru@gmail.com>
Sun, 26 Aug 2012 09:02:43 +0000 (14:32 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Sep 2012 21:10:29 +0000 (14:10 -0700)
commit7e0b2cde502a7ea471ae7202ad88efdd7eaf3dbd
tree282f2d8933419082e1c3e3d38fbaba336c5a7ce3
parentd6ae0d578d24303941c1424b049d2cae28277666
tifm: use module_pci_driver

tifm_7xx1_init and tifm_7xx1_exit with module_init and module_exit calls
can be replaced with the module_pci_driver call, as they are similar
to what module_pci_driver does

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/tifm_7xx1.c