From d04409393aa3085c7e0506b149fa926b6a630323 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Wed, 17 Dec 2008 16:07:47 -0800 Subject: [PATCH] --- yaml --- r: 119968 b: refs/heads/master c: 3e3d0e9246d0eccc1da800348fc1b9199ae3d768 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/pci/hotplug/ibmphp_core.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index dea3b6706269..e264a95294c6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b6adc1955d31515be6631e63b1fe4bcdcd41db77 +refs/heads/master: 3e3d0e9246d0eccc1da800348fc1b9199ae3d768 diff --git a/trunk/drivers/pci/hotplug/ibmphp_core.c b/trunk/drivers/pci/hotplug/ibmphp_core.c index c892daae74d6..633e743442ac 100644 --- a/trunk/drivers/pci/hotplug/ibmphp_core.c +++ b/trunk/drivers/pci/hotplug/ibmphp_core.c @@ -1402,10 +1402,6 @@ static int __init ibmphp_init(void) goto error; } - /* lock ourselves into memory with a module - * count of -1 so that no one can unload us. */ - module_put(THIS_MODULE); - exit: return rc; @@ -1423,4 +1419,3 @@ static void __exit ibmphp_exit(void) } module_init(ibmphp_init); -module_exit(ibmphp_exit);