[PATCH] fix the warning ‘ibmphp_exit’ defined but not used

From: Zhenwen Xu
Date: Sun Apr 12 2009 - 07:10:58 EST


Signed-off-by: Zhenwen Xu <helight.xu@xxxxxxxxx>
---
drivers/pci/hotplug/ibmphp_core.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/pci/hotplug/ibmphp_core.c b/drivers/pci/hotplug/ibmphp_core.c
index dd18f85..29ccb8a 100644
--- a/drivers/pci/hotplug/ibmphp_core.c
+++ b/drivers/pci/hotplug/ibmphp_core.c
@@ -1419,3 +1419,4 @@ static void __exit ibmphp_exit(void)
}

module_init(ibmphp_init);
+module_exit(ibmphp_exit);
--
1.5.6.5

--
---------------------------------
Zhenwen Xu - Open and Free
Home Page: http://zhwen.org
My Studio: http://dim4.cn

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/