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>
This commit is contained in:
Sachin Kamat 2013-08-02 14:45:26 +05:30 committed by Greg Kroah-Hartman
parent 0a3bdb0071
commit 2db1f402fa

View File

@ -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 */