diff --git a/hw/xfree86/drivers/video/apm/src/apm_driver.c b/hw/xfree86/drivers/video/apm/src/apm_driver.c index 336cfb51a0..85951fbb7c 100644 --- a/hw/xfree86/drivers/video/apm/src/apm_driver.c +++ b/hw/xfree86/drivers/video/apm/src/apm_driver.c @@ -122,8 +122,6 @@ static const OptionInfoRec ApmOptions[] = {0}, FALSE} }; -#ifdef XFree86LOADER - static XF86ModuleVersionInfo apmVersRec = { "apm", MODULEVENDORSTRING, @@ -160,7 +158,6 @@ static void* apmSetup(void* module, void* opts, int *errmaj, int *errmain) return NULL; } } -#endif static Bool ApmGetRec(ScrnInfoPtr pScrn)