debuggers.hg
changeset 14662:72ea3ff64ad8
linux: Fix the pciback build (temporary hack).
Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kfraser@localhost.localdomain |
---|---|
date | Wed Mar 28 14:42:54 2007 +0100 (2007-03-28) |
parents | 50965ae270c9 |
children | c16e258fcac5 |
files | linux-2.6-xen-sparse/drivers/xen/pciback/pci_stub.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/drivers/xen/pciback/pci_stub.c Wed Mar 28 14:00:56 2007 +0100 1.2 +++ b/linux-2.6-xen-sparse/drivers/xen/pciback/pci_stub.c Wed Mar 28 14:42:54 2007 +0100 1.3 @@ -895,6 +895,10 @@ static int __init pcistub_init(void) 1.4 fs_initcall(pcistub_init); 1.5 #endif 1.6 1.7 +static void pciback_exit(void) 1.8 +{ 1.9 +} 1.10 + 1.11 static int __init pciback_init(void) 1.12 { 1.13 int err;