You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/ltq-ifxos/patches/110-fix-2.6.32-wakeup.patch

13 lines
491 B
Diff

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"