summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-06-16 08:47:32 +0100
committerDave Airlie <airlied@redhat.com>2012-06-16 08:47:32 +0100
commitdd4ab5aba9047d522dbcfe8a341c368312e1a471 (patch)
treede47b5d0ad0fdc5cac92f2a5a4fffd8dbe2f9909 /src/radeon_probe.h
parenta19237fad2492d70777167c631f4e6e1fae0e908 (diff)
radeon: migrate remainder of radeon_driver.c to rest of driver
This helps make a few more things static and the driver generally smaller. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r--src/radeon_probe.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index db4535ca..576f7222 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -128,12 +128,6 @@ typedef struct
int dri2_info_cnt;
} RADEONEntRec, *RADEONEntPtr;
-/* radeon_driver.c */
-#ifdef X_XF86MiscPassMessage
-extern Bool RADEONHandleMessage(int, const char*, const char*,
- char**);
-#endif
-
extern const OptionInfoRec *RADEONOptionsWeak(void);
extern Bool RADEONPreInit_KMS(ScrnInfoPtr, int);