diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-07-09 18:08:50 +0100 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-07-09 18:08:50 +0100 |
commit | 51d21a369416bb0a45a2894e83a1cb092cc307d8 (patch) | |
tree | ea40fdafe1675e3a5e126bc8f4c0215df761c36a /src/evdev.c | |
parent | MIPS support. (Joshua Kinard) (diff) | |
download | xf86-input-evdev-51d21a369416bb0a45a2894e83a1cb092cc307d8.tar.gz xf86-input-evdev-51d21a369416bb0a45a2894e83a1cb092cc307d8.tar.bz2 xf86-input-evdev-51d21a369416bb0a45a2894e83a1cb092cc307d8.zip |
remove XFree86LOADER usage
Build evdevModuleData, et al, unconditionally.
Diffstat (limited to 'src/evdev.c')
-rw-r--r-- | src/evdev.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/evdev.c b/src/evdev.c index 69deef6..f128a81 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -449,8 +449,6 @@ _X_EXPORT InputDriverRec EVDEV = { 0 }; -#ifdef XFree86LOADER - static void EvdevUnplug(pointer p) { @@ -486,4 +484,3 @@ _X_EXPORT XF86ModuleData evdevModuleData = EvdevPlug, EvdevUnplug }; -#endif /* XFree86LOADER */ |