diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2010-04-24 21:34:05 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2010-04-24 21:34:05 +0000 |
commit | 3698130f873b89420e6c755ea691b56ed091a67d (patch) | |
tree | 20b0cd33382d723ba069420ba1caa2d97dc483f5 /package/ifxos/patches | |
parent | 5134195d405b69a35f1ac3132a3af50ef7520bff (diff) | |
download | mtk-20170518-3698130f873b89420e6c755ea691b56ed091a67d.zip mtk-20170518-3698130f873b89420e6c755ea691b56ed091a67d.tar.gz mtk-20170518-3698130f873b89420e6c755ea691b56ed091a67d.tar.bz2 |
fix .32 issue
SVN-Revision: 21149
Diffstat (limited to 'package/ifxos/patches')
-rw-r--r-- | package/ifxos/patches/110-fix-2.6.32-wakeup.patch | 12 |
1 files changed, 12 insertions, 0 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 new file mode 100644 index 0000000..da0bbd3 --- /dev/null +++ b/package/ifxos/patches/110-fix-2.6.32-wakeup.patch @@ -0,0 +1,12 @@ +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" |