Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / include / xen / pcifront.h
index 17c843a..50d76fe 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef __XEN_ASM_PCIFRONT_H__
 #define __XEN_ASM_PCIFRONT_H__
 
-#include <linux/config.h>
 #include <linux/spinlock.h>
 
 #ifdef __KERNEL__
@@ -70,7 +69,7 @@ static inline void pcifront_init_sd(struct pcifront_sd *sd, int domain,
 
 #endif /* __ia64__ */
 
-extern spinlock_t pci_bus_lock;
+extern struct rw_semaphore pci_bus_sem;
 
 #endif /* __KERNEL__ */