diff options
| -rw-r--r-- | drivers/atm/lanai.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/atm/lanai.c b/drivers/atm/lanai.c index 36226271b83c..2abf3edd0ffe 100644 --- a/drivers/atm/lanai.c +++ b/drivers/atm/lanai.c | |||
| @@ -2761,6 +2761,7 @@ static void __exit lanai_module_exit(void) | |||
| 2761 | * gone, so there isn't much to do | 2761 | * gone, so there isn't much to do |
| 2762 | */ | 2762 | */ |
| 2763 | DPRINTK("cleanup_module()\n"); | 2763 | DPRINTK("cleanup_module()\n"); |
| 2764 | pci_unregister_driver(&lanai_driver); | ||
| 2764 | } | 2765 | } |
| 2765 | 2766 | ||
| 2766 | module_init(lanai_module_init); | 2767 | module_init(lanai_module_init); |
