projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad4efa3
)
PCI: ibmphp_core.c: fix warning due to missing module_exit()
author
[email protected]
<
[email protected]
>
Wed, 15 Apr 2009 21:24:08 +0000
(14:24 -0700)
committer
Jesse Barnes
<
[email protected]
>
Thu, 11 Jun 2009 19:04:05 +0000
(12:04 -0700)
drivers/pci/hotplug/ibmphp_core.c:1414: warning: `ibmphp_exit' defined but not used
Signed-off-by: Zhenwen Xu <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Jesse Barnes <
[email protected]
>
drivers/pci/hotplug/ibmphp_core.c
patch
|
blob
|
history
diff --git
a/drivers/pci/hotplug/ibmphp_core.c
b/drivers/pci/hotplug/ibmphp_core.c
index dd18f857dfb042d8d5802bfbbab57c617054b3f4..29ccb8a6da8a9fe821eb50e790410858c0478588 100644
(file)
--- 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);