Staging: dgnc: Remove unused #include header file
authorShraddha Barke <shraddha.6596@gmail.com>
Fri, 30 Oct 2015 14:03:03 +0000 (19:33 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
Since the things defined by digi.h are not used in dgnc_utils.c,
remove the header from this file.

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_utils.c

index f76de82908d3d536af9550f8dae19517a7ce70cb..95272f4765fcfa4b8c0385013c1556ef1ccaa7b1 100644 (file)
@@ -1,7 +1,6 @@
 #include <linux/tty.h>
 #include <linux/sched.h>
 #include "dgnc_utils.h"
-#include "digi.h"
 
 /*
  * dgnc_ms_sleep()
This page took 0.024746 seconds and 5 git commands to generate.