This additional include is needed to prevent this error with kernel 3.10: In file included from /home/hauke/compat-wireless/tmp/backport-include/linux/wait.h:3:0, from include/linux/mmzone.h:9, from include/linux/gfp.h:4, from include/linux/kmod.h:22, from include/linux/module.h:13, from /home/hauke/compat-wireless/tmp/backport-include/linux/module.h:3, from /home/hauke/compat-wireless/tmp/drivers/nfc/mei_phy.c:21: /home/hauke/compat-wireless/tmp/drivers/nfc/mei_phy.c: In function ‘mei_nfc_send’: include/linux/wait.h:296:33: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function) prepare_to_wait(&wq, &__wait, TASK_INTERRUPTIBLE); \ ^ .....
Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- .../network/0013-fix-makefile-includes/mei_phy.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 patches/collateral-evolutions/network/0013-fix-makefile-includes/mei_phy.patch diff --git a/patches/collateral-evolutions/network/0013-fix-makefile-includes/mei_phy.patch b/patches/collateral-evolutions/network/0013-fix-makefile-includes/mei_phy.patch new file mode 100644 index 0000000..c05f6ea --- /dev/null +++ b/patches/collateral-evolutions/network/0013-fix-makefile-includes/mei_phy.patch @@ -0,0 +1,10 @@ +--- a/drivers/nfc/mei_phy.c ++++ b/drivers/nfc/mei_phy.c +@@ -19,6 +19,7 @@ + #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + + #include <linux/module.h> ++#include <linux/sched.h> + #include <linux/slab.h> + #include <linux/nfc.h> + -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html