From 52fc7c8dc70226cc7f03454e9be86a627672295f Mon Sep 17 00:00:00 2001 From: Adam Jackson <ajax@nwnk.net> Date: Mon, 5 Jun 2006 03:00:24 +0000 Subject: Ensure all *ModuleData symbols are marked _X_EXPORT. Start removing XFree86LOADER ifdefs, non-loadable hasn't been supported for a while now. Remove completely gratuitious REMOVE_LOADER_CHECK_MODULE_INFO ifdefs surrounding a call to a function added in XFree86 4.1 (!). Miscellaneous static markings. --- hw/xfree86/vgahw/vgaHWmodule.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'hw/xfree86/vgahw') diff --git a/hw/xfree86/vgahw/vgaHWmodule.c b/hw/xfree86/vgahw/vgaHWmodule.c index 9f5a5a9c2..d5c50d9ca 100644 --- a/hw/xfree86/vgahw/vgaHWmodule.c +++ b/hw/xfree86/vgahw/vgaHWmodule.c @@ -1,5 +1,3 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/vgahw/vgaHWmodule.c,v 1.6 1999/01/26 05:54:18 dawes Exp $ */ - /* * Copyright 1998 by The XFree86 Project, Inc */ @@ -8,11 +6,8 @@ #include <xorg-config.h> #endif -#ifdef XFree86LOADER - #include "xf86Module.h" - static XF86ModuleVersionInfo VersRec = { "vgahw", MODULEVENDORSTRING, @@ -26,6 +21,4 @@ static XF86ModuleVersionInfo VersRec = { {0, 0, 0, 0} }; -XF86ModuleData vgahwModuleData = { &VersRec, NULL, NULL }; - -#endif +_X_EXPORT XF86ModuleData vgahwModuleData = { &VersRec, NULL, NULL }; -- cgit v1.2.3