summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-12-18 16:11:34 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-12-18 16:25:28 +0000
commitb7f5d75aa54db7d0542b09f4b3081f7692ede602 (patch)
treee7eb965a24d5df9c699e2ee582616e1b821ae39e
parenta73cc4bf1e554806f403c6704d1cf98491f4d444 (diff)
Silence uxa-only compilation
Kill the stray warning for the undeclared extern used by the module loader. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--src/intel.h2
-rw-r--r--src/intel_driver.h3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/intel.h b/src/intel.h
index b497bdf9..5698131e 100644
--- a/src/intel.h
+++ b/src/intel.h
@@ -721,8 +721,6 @@ static inline Bool pixmap_is_scanout(PixmapPtr pixmap)
return pixmap == screen->GetScreenPixmap(screen);
}
-const OptionInfoRec *intel_uxa_available_options(int chipid, int busid);
-
Bool intel_uxa_init(ScreenPtr pScreen);
Bool intel_uxa_create_screen_resources(ScreenPtr pScreen);
void intel_uxa_block_handler(intel_screen_private *intel);
diff --git a/src/intel_driver.h b/src/intel_driver.h
index 4a584fef..e9d6d9e2 100644
--- a/src/intel_driver.h
+++ b/src/intel_driver.h
@@ -246,4 +246,7 @@ void intel_detect_chipset(ScrnInfoPtr scrn,
struct pci_device *pci,
struct intel_chipset *chipset);
+const OptionInfoRec *intel_uxa_available_options(int chipid, int busid);
+
+
#endif /* INTEL_DRIVER_H */