summaryrefslogtreecommitdiff
path: root/src/geode_driver.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-07-28 13:32:29 +1000
committerDave Airlie <airlied@redhat.com>2009-07-28 13:32:29 +1000
commita22b16c0dc757c940461f26bc6e1802b53e860c5 (patch)
treea6b43e796fda3f666222b567a4a8b2647b379d75 /src/geode_driver.c
parent810dd8f15c40271b75bb8a124709eadb5e4c36a8 (diff)
geode: update for resources/RAC API removal
Diffstat (limited to 'src/geode_driver.c')
-rw-r--r--src/geode_driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/geode_driver.c b/src/geode_driver.c
index 4c7239e..bc9c3dd 100644
--- a/src/geode_driver.c
+++ b/src/geode_driver.c
@@ -42,7 +42,9 @@
/* Includes that are used by all drivers */
#include "xf86.h"
#include "xf86_OSproc.h"
+#ifndef XSERVER_LIBPCIACCESS
#include "xf86Resources.h"
+#endif
#include "compiler.h"
#include "xf86PciInfo.h"
#include "xf86Pci.h"