diff options
Diffstat (limited to 'drivers/uio')
-rw-r--r-- | drivers/uio/uio_cif.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/uio/uio_cif.c b/drivers/uio/uio_cif.c index 7dd6fc60539d..22cdf385ab33 100644 --- a/drivers/uio/uio_cif.c +++ b/drivers/uio/uio_cif.c | |||
@@ -135,19 +135,7 @@ static struct pci_driver hilscher_pci_driver = { | |||
135 | .remove = hilscher_pci_remove, | 135 | .remove = hilscher_pci_remove, |
136 | }; | 136 | }; |
137 | 137 | ||
138 | static int __init hilscher_init_module(void) | 138 | module_pci_driver(hilscher_pci_driver); |
139 | { | ||
140 | return pci_register_driver(&hilscher_pci_driver); | ||
141 | } | ||
142 | |||
143 | static void __exit hilscher_exit_module(void) | ||
144 | { | ||
145 | pci_unregister_driver(&hilscher_pci_driver); | ||
146 | } | ||
147 | |||
148 | module_init(hilscher_init_module); | ||
149 | module_exit(hilscher_exit_module); | ||
150 | |||
151 | MODULE_DEVICE_TABLE(pci, hilscher_pci_ids); | 139 | MODULE_DEVICE_TABLE(pci, hilscher_pci_ids); |
152 | MODULE_LICENSE("GPL v2"); | 140 | MODULE_LICENSE("GPL v2"); |
153 | MODULE_AUTHOR("Hans J. Koch, Benedikt Spranger"); | 141 | MODULE_AUTHOR("Hans J. Koch, Benedikt Spranger"); |