diff --git a/hw/xfree86/drivers/video/ark/src/ark_driver.c b/hw/xfree86/drivers/video/ark/src/ark_driver.c index 3841c3d4e0..3c702b2664 100644 --- a/hw/xfree86/drivers/video/ark/src/ark_driver.c +++ b/hw/xfree86/drivers/video/ark/src/ark_driver.c @@ -107,8 +107,6 @@ static const OptionInfoRec ARKOptions[] = { { -1, NULL, OPTV_NONE, {0}, FALSE } }; -#ifdef XFree86LOADER - MODULESETUPPROTO(ARKSetup); static XF86ModuleVersionInfo ARKVersRec = { @@ -141,9 +139,6 @@ void *ARKSetup(void *module, void* opts, int *errmaj, int *errmin) } } -#endif /* XFree86LOADER */ - - static Bool ARKGetRec(ScrnInfoPtr pScrn) { if (pScrn->driverPrivate)