|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] linux pciback: Proper fix for build failu
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1175090484 -3600
# Node ID 41b8af05cb689deab660f8d5b929b649dfd4f594
# Parent c16e258fcac554fb186c80ad2592f215b6843ffb
linux pciback: Proper fix for build failure.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
---
linux-2.6-xen-sparse/drivers/xen/pciback/pci_stub.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff -r c16e258fcac5 -r 41b8af05cb68
linux-2.6-xen-sparse/drivers/xen/pciback/pci_stub.c
--- a/linux-2.6-xen-sparse/drivers/xen/pciback/pci_stub.c Wed Mar 28
14:43:41 2007 +0100
+++ b/linux-2.6-xen-sparse/drivers/xen/pciback/pci_stub.c Wed Mar 28
15:01:24 2007 +0100
@@ -895,10 +895,6 @@ fs_initcall(pcistub_init);
fs_initcall(pcistub_init);
#endif
-static void pciback_exit(void)
-{
-}
-
static int __init pciback_init(void)
{
int err;
@@ -916,7 +912,7 @@ static int __init pciback_init(void)
pcistub_init_devices_late();
err = pciback_xenbus_register();
if (err)
- pciback_exit();
+ pcistub_exit();
return err;
}
@@ -924,7 +920,7 @@ static void __exit pciback_cleanup(void)
static void __exit pciback_cleanup(void)
{
pciback_xenbus_unregister();
- pciback_exit();
+ pcistub_exit();
}
module_init(pciback_init);
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] linux pciback: Proper fix for build failure.,
Xen patchbot-unstable <=
|
|
|
|
|