The patch titled ieee1394_transactions needs sched.h has been added to the -mm tree. Its filename is ieee1394_transactions-needs-schedh.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: ieee1394_transactions needs sched.h From: "Torsten Kaiser" <just.for.lkml@xxxxxxxxxxxxxx> drivers/ieee1394/ieee1394_transactions.c fails for me if CONFIG_SMP=n gcc complains: CC drivers/ieee1394/ieee1394_transactions.o drivers/ieee1394/ieee1394_transactions.c: In function 'hpsb_get_tlabel': drivers/ieee1394/ieee1394_transactions.c:183: error: 'TASK_INTERRUPTIBLE' undeclared (first use in this function) drivers/ieee1394/ieee1394_transactions.c:183: error: (Each undeclared identifier is reported only once Cc: Stefan Richter <stefanr@xxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ieee1394/ieee1394_transactions.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/ieee1394/ieee1394_transactions.c~ieee1394_transactions-needs-schedh drivers/ieee1394/ieee1394_transactions.c --- a/drivers/ieee1394/ieee1394_transactions.c~ieee1394_transactions-needs-schedh +++ a/drivers/ieee1394/ieee1394_transactions.c @@ -12,6 +12,7 @@ #include <linux/bitops.h> #include <linux/hardirq.h> #include <linux/spinlock.h> +#include <linux/sched.h> #include <linux/wait.h> #include <asm/bug.h> _ Patches currently in -mm which might be from just.for.lkml@xxxxxxxxxxxxxx are ieee1394_transactions-needs-schedh.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html