diff options
-rw-r--r-- | sys-apps/module-init-tools/files/modutils-2.4.22-no-above-below.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-apps/module-init-tools/files/modutils-2.4.22-no-above-below.patch b/sys-apps/module-init-tools/files/modutils-2.4.22-no-above-below.patch deleted file mode 100644 index 16e8c2e3155f..000000000000 --- a/sys-apps/module-init-tools/files/modutils-2.4.22-no-above-below.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- util/alias.h.orig 2003-03-15 07:30:21.000000000 +0200 -+++ util/alias.h 2003-03-15 07:30:54.000000000 +0200 -@@ -245,9 +245,6 @@ - */ - char *above[] = - { -- "hid keybdev mousedev", -- "usbmouse hid", -- "wacom evdev", - NULL /* marks the end of the list! */ - }; - -@@ -258,7 +255,6 @@ - */ - char *below[] = - { -- "ov518_decomp ov511", - NULL /* marks the end of the list! */ - }; - |