2
1

linux-fusion-8.1.1-missing-include.patch 676 B

1234567891011121314151617
  1. fusiondev.c does not compile due to TASK_INTERRUPTIBLE and other
  2. related constants not being defined.
  3. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  4. Index: linux-fusion-8.1.1/linux/drivers/char/fusion/fusiondev.c
  5. ===================================================================
  6. --- linux-fusion-8.1.1.orig/linux/drivers/char/fusion/fusiondev.c 2010-07-16 22:49:23.000000000 +0200
  7. +++ linux-fusion-8.1.1/linux/drivers/char/fusion/fusiondev.c 2010-07-16 22:49:39.000000000 +0200
  8. @@ -32,6 +32,7 @@
  9. #include <linux/proc_fs.h>
  10. #include <linux/poll.h>
  11. #include <linux/init.h>
  12. +#include <linux/sched.h>
  13. #include <asm/io.h>
  14. #include <asm/uaccess.h>