Browse Source

Staging: dt3155: add needed #include

This is needed so the code properly builds

Cc: Scott Smedley <ss@aao.gov.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg Kroah-Hartman 15 years ago
parent
commit
ae7fd7b818
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/dt3155/dt3155_drv.c

+ 1 - 0
drivers/staging/dt3155/dt3155_drv.c

@@ -76,6 +76,7 @@ MODULE_LICENSE("GPL");
 #include <linux/pci.h>
 #include <linux/types.h>
 #include <linux/poll.h>
+#include <linux/sched.h>
 
 #include <asm/io.h>
 #include <asm/uaccess.h>