diff --git a/src/alp_driver.c b/src/alp_driver.c index 84416f8..823062a 100644 --- a/src/alp_driver.c +++ b/src/alp_driver.c @@ -133,8 +133,6 @@ static int gd7548_MaxClocks[] = { 80100, 80100, 80100, 80100, 80100 }; static int gd7555_MaxClocks[] = { 80100, 80100, 80100, 80100, 80100 }; static int gd7556_MaxClocks[] = { 80100, 80100, 80100, 80100, 80100 }; -#ifdef XFree86LOADER - #define ALP_MAJOR_VERSION 1 #define ALP_MINOR_VERSION 0 #define ALP_PATCHLEVEL 0 @@ -163,8 +161,6 @@ _X_EXPORT XF86ModuleData cirrus_alpineModuleData = { NULL }; -#endif /* XFree86LOADER */ - _X_EXPORT const OptionInfoRec * AlpAvailableOptions(int chipid) { diff --git a/src/cir_driver.c b/src/cir_driver.c index 3745e59..3c5d161 100644 --- a/src/cir_driver.c +++ b/src/cir_driver.c @@ -98,8 +98,6 @@ _X_EXPORT PciChipsets CIRPciChipsets[] = { { -1, -1, RES_UNDEFINED} }; -#ifdef XFree86LOADER - static MODULESETUPPROTO(cirSetup); static XF86ModuleVersionInfo cirVersRec = @@ -139,8 +137,6 @@ cirSetup(pointer module, pointer opts, int *errmaj, int *errmin) return NULL; } -#endif /* XFree86LOADER */ - /* Mandatory */ static void CIRIdentify(int flags) diff --git a/src/lg_driver.c b/src/lg_driver.c index bffedf9..46a5ee6 100644 --- a/src/lg_driver.c +++ b/src/lg_driver.c @@ -202,8 +202,6 @@ static int LgLinePitches[4][11] = { { 160, 256, 320, 416, 512, 640, 832, 1024, 1280, 1664, 0 } }; -#ifdef XFree86LOADER - #define LG_MAJOR_VERSION 1 #define LG_MINOR_VERSION 0 #define LG_PATCHLEVEL 0 @@ -235,8 +233,6 @@ _X_EXPORT XF86ModuleData cirrus_lagunaModuleData = { NULL }; -#endif /* XFree86LOADER */ - _X_EXPORT const OptionInfoRec * LgAvailableOptions(int chipid) { return LgOptions;