staging: dgnc: Remove version.h header inclusion in dgnc_mgmt.c
version.h header inclusion is not necessary as detected by versioncheck. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c27cdf0a7c
commit
c397d5ecf5
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@
|
|||
* $Id: dgnc_mgmt.c,v 1.2 2010/12/14 20:08:29 markh Exp $
|
||||
*/
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/version.h>
|
||||
#include <linux/ctype.h>
|
||||
#include <linux/sched.h> /* For jiffies, task states */
|
||||
#include <linux/interrupt.h> /* For tasklet and interrupt structs/defines */
|
||||
|
|
Loading…
Reference in a new issue