aboutsummaryrefslogtreecommitdiff
path: root/src/evdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/evdev.c')
-rw-r--r--src/evdev.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/evdev.c b/src/evdev.c
index 43a2129..3a40924 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -634,6 +634,8 @@ InputDriverRec EVDEV = {
0
};
+#ifdef XFree86LOADER
+
static void
EvdevUnplug(pointer p)
{
@@ -669,3 +671,4 @@ XF86ModuleData evdevModuleData =
EvdevPlug,
EvdevUnplug
};
+#endif /* XFree86LOADER */