summaryrefslogtreecommitdiff
authorMichel Dänzer <michel@tungstengraphics.com>2007-08-28 15:48:20 (GMT)
committer Michel Dänzer <michel@tungstengraphics.com>2007-08-28 15:48:20 (GMT)
commit3fbbd0afde49c53a5a8661f75c8c8c4be3020c30 (patch)
tree0bc722e3568b4be82890b93d1f40bf540a9ec844
parent0fdbf64b34e4114c2b89d696b268b9c7464f1efd (diff)
downloadxf86-video-intel-3fbbd0afde49c53a5a8661f75c8c8c4be3020c30.zip
xf86-video-intel-3fbbd0afde49c53a5a8661f75c8c8c4be3020c30.tar.gz
xf86-video-intel-3fbbd0afde49c53a5a8661f75c8c8c4be3020c30.tar.bz2
Fix build against pre-pci-rework xserver.
-rw-r--r--src/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index cfe00fc..40ea038 100644
--- a/src/common.h
+++ b/src/common.h
@@ -444,7 +444,9 @@ extern int I810_DEBUG;
#define PIPE_NAME(n) ('A' + (n))
+#if XSERVER_LIBPCIACCESS
struct pci_device *
intel_host_bridge (void);
+#endif
#endif /* _INTEL_COMMON_H_ */