summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/bus/Pci.h
diff options
context:
space:
mode:
authorBen Byer <bbyer@bbyer.local>2007-10-14 18:07:03 -0700
committerBen Byer <bbyer@bbyer.local>2007-10-14 18:07:03 -0700
commit3d4eb17b38dcb1468493f3686dc5ea3623ef9a73 (patch)
tree8513b52c480f7e2fd8821d959a097c95ec67676c /hw/xfree86/os-support/bus/Pci.h
parentec0fc012e91e703bb399a380df2912f71957a220 (diff)
mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSI
Diffstat (limited to 'hw/xfree86/os-support/bus/Pci.h')
-rw-r--r--hw/xfree86/os-support/bus/Pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/bus/Pci.h b/hw/xfree86/os-support/bus/Pci.h
index bb93260d1..6bd0eb7fc 100644
--- a/hw/xfree86/os-support/bus/Pci.h
+++ b/hw/xfree86/os-support/bus/Pci.h
@@ -210,7 +210,7 @@
# define ARCH_PCI_INIT ia64linuxPciInit
# endif
# define XF86SCANPCI_WRAPPER ia64ScanPCIWrapper
-#elif defined(__i386__) || defined(i386)
+#elif defined(__i386__)
# if defined(linux)
# define ARCH_PCI_INIT linuxPciInit
# else