diff options
| -rw-r--r-- | drivers/pci/hotplug/ibmphp_core.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/pci/hotplug/ibmphp_core.c b/drivers/pci/hotplug/ibmphp_core.c index c892daae74d..633e743442a 100644 --- a/drivers/pci/hotplug/ibmphp_core.c +++ b/drivers/pci/hotplug/ibmphp_core.c | |||
| @@ -1402,10 +1402,6 @@ static int __init ibmphp_init(void) | |||
| 1402 | goto error; | 1402 | goto error; |
| 1403 | } | 1403 | } |
| 1404 | 1404 | ||
| 1405 | /* lock ourselves into memory with a module | ||
| 1406 | * count of -1 so that no one can unload us. */ | ||
| 1407 | module_put(THIS_MODULE); | ||
| 1408 | |||
| 1409 | exit: | 1405 | exit: |
| 1410 | return rc; | 1406 | return rc; |
| 1411 | 1407 | ||
| @@ -1423,4 +1419,3 @@ static void __exit ibmphp_exit(void) | |||
| 1423 | } | 1419 | } |
| 1424 | 1420 | ||
| 1425 | module_init(ibmphp_init); | 1421 | module_init(ibmphp_init); |
| 1426 | module_exit(ibmphp_exit); | ||
