mirror of
https://github.com/X11Libre/xf86-video-chips.git
synced 2026-03-24 01:24:44 +00:00
Fix compiler warning
src/ct_driver.c:160: warning: ‘chipsFindIsaDevice’ declared ‘static’ but never defined Signed-off-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
@@ -157,7 +157,9 @@ static ModeStatus CHIPSValidMode(int scrnIndex, DisplayModePtr mode,
|
||||
static Bool CHIPSSaveScreen(ScreenPtr pScreen, int mode);
|
||||
|
||||
/* Internally used functions */
|
||||
#ifdef HAVE_ISA
|
||||
static int chipsFindIsaDevice(GDevPtr dev);
|
||||
#endif
|
||||
static Bool chipsClockSelect(ScrnInfoPtr pScrn, int no);
|
||||
Bool chipsModeInit(ScrnInfoPtr pScrn, DisplayModePtr mode);
|
||||
static void chipsSave(ScrnInfoPtr pScrn, vgaRegPtr VgaSave,
|
||||
|
||||
Reference in New Issue
Block a user