Browse Source

staging: dgnc: Remove duplicate header file inclusion

sched.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Sachin Kamat 12 years ago
parent
commit
2db1f402fa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/staging/dgnc/dgnc_proc.c

+ 0 - 1
drivers/staging/dgnc/dgnc_proc.c

@@ -39,7 +39,6 @@
 #include <linux/ctype.h>
 #include <linux/proc_fs.h>
 #include <linux/serial_reg.h>
-#include <linux/sched.h>		/* For in_egroup_p() */
 #include <linux/string.h>
 #include <asm/uaccess.h>		/* For copy_from_user/copy_to_user */