diff options
Diffstat (limited to 'src/ast_driver.c')
-rw-r--r-- | src/ast_driver.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ast_driver.c b/src/ast_driver.c index 3d3f01a..863e590 100644 --- a/src/ast_driver.c +++ b/src/ast_driver.c @@ -57,12 +57,6 @@ /* Driver specific headers */ #include "ast.h" -/* external reference fucntion */ -extern Bool ASTMapMem(ScrnInfoPtr pScrn); -extern Bool ASTUnmapMem(ScrnInfoPtr pScrn); -extern Bool ASTMapMMIO(ScrnInfoPtr pScrn); -extern void ASTUnmapMMIO(ScrnInfoPtr pScrn); - /* Mandatory functions */ static void ASTIdentify(int flags); const OptionInfoRec *ASTAvailableOptions(int chipid, int busid); |