[PATCH elographics 1/7] unifdef XFree86LOADER

Peter Hutterer peter.hutterer at who-t.net
Thu Dec 2 15:38:59 PST 2010


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 src/xf86Elo.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/xf86Elo.c b/src/xf86Elo.c
index 6887a66..876f318 100644
--- a/src/xf86Elo.c
+++ b/src/xf86Elo.c
@@ -50,20 +50,13 @@
 #include "xorgVersion.h"
 
 
-#ifndef XFree86LOADER
-#include <unistd.h>
-#include <errno.h>
-#endif
-
 #include "misc.h"
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86Xinput.h"
 #include "exevents.h"
 
-#ifdef XFree86LOADER
 #include "xf86Module.h"
-#endif
 
 /**
  * models to be treated specially.
@@ -1205,7 +1198,6 @@ _X_EXPORT InputDriverRec ELOGRAPHICS = {
     0				/* ref count */
 };
 
-#ifdef XFree86LOADER
 static pointer
 Plug(pointer	module,
      pointer	options,
@@ -1243,4 +1235,3 @@ static XF86ModuleVersionInfo version_rec = {
  */
 _X_EXPORT XF86ModuleData elographicsModuleData = { &version_rec, Plug, Unplug };
 
-#endif
-- 
1.7.3.2



More information about the xorg-devel mailing list