[PATCH 14/14] xfree86: bus: remove unused macro checking
Tiago Vignatti
tiago.vignatti at nokia.com
Thu Jun 3 04:48:21 PDT 2010
DDX now can be used without PCI bus \o/
Signed-off-by: Tiago Vignatti <tiago.vignatti at nokia.com>
Reviewed-by: Mikhail Gusarov <dottedmag at dottedmag.net>
---
hw/xfree86/os-support/bus/Pci.h | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/hw/xfree86/os-support/bus/Pci.h b/hw/xfree86/os-support/bus/Pci.h
index c47c2b0..d2ef7b2 100644
--- a/hw/xfree86/os-support/bus/Pci.h
+++ b/hw/xfree86/os-support/bus/Pci.h
@@ -147,10 +147,6 @@
#define ARCH_PCI_INIT linuxPciInit
#endif /* defined(linux) */
-#ifndef ARCH_PCI_INIT
-#error No PCI support available for this architecture/OS combination
-#endif
-
extern void ARCH_PCI_INIT(void);
uint64_t xf86PciGetBaseAddr(struct pci_device *pci, int idx);
uint64_t xf86PciGetSize(struct pci_device *pci, int idx);
--
1.7.1.226.g770c5
More information about the xorg-devel
mailing list