diff options
author | John Crispin <john@openwrt.org> | 2011-02-01 14:32:25 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-02-01 14:32:25 +0000 |
commit | fd551c1fa7526aca631a07f0fd3134433c9fa5fe (patch) | |
tree | 1b6db352842d684f7cbd478a2dbc1724d09cdfe5 /package/ifxos/patches/110-fix-2.6.32-wakeup.patch | |
parent | 79b3d8f69aa02e2dc80f04a1ac84e971a2a33f8b (diff) | |
download | upstream-fd551c1fa7526aca631a07f0fd3134433c9fa5fe.tar.gz upstream-fd551c1fa7526aca631a07f0fd3134433c9fa5fe.tar.bz2 upstream-fd551c1fa7526aca631a07f0fd3134433c9fa5fe.zip |
* rename voice package * sync with lantiqs release * make it work on lantiq kernel
SVN-Revision: 25275
Diffstat (limited to 'package/ifxos/patches/110-fix-2.6.32-wakeup.patch')
-rw-r--r-- | package/ifxos/patches/110-fix-2.6.32-wakeup.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/ifxos/patches/110-fix-2.6.32-wakeup.patch b/package/ifxos/patches/110-fix-2.6.32-wakeup.patch deleted file mode 100644 index da0bbd3234..0000000000 --- a/package/ifxos/patches/110-fix-2.6.32-wakeup.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: lib_ifxos-1.5.12/src/linux/ifxos_linux_select_drv.c -=================================================================== ---- lib_ifxos-1.5.12.orig/src/linux/ifxos_linux_select_drv.c 2010-04-24 11:33:55.000000000 +0200 -+++ lib_ifxos-1.5.12/src/linux/ifxos_linux_select_drv.c 2010-04-24 11:34:21.000000000 +0200 -@@ -33,6 +33,7 @@ - #include <linux/fs.h> - #include <linux/wait.h> - #include <linux/poll.h> -+#include <linux/sched.h> - - #include "ifx_types.h" - #include "ifxos_rt_if_check.h" |