Browse Source

Staging: iio: checkinclude.pl fix

Remove <linux/device.h> which is included twice

Signed-off-by: Ameya Palande <2ameya@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Ameya Palande 15 years ago
parent
commit
c4ad074f11
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/staging/iio/ring_sw.c

+ 0 - 1
drivers/staging/iio/ring_sw.c

@@ -8,7 +8,6 @@
  */
 
 #include <linux/kernel.h>
-#include <linux/device.h>
 #include <linux/module.h>
 #include <linux/device.h>
 #include <linux/workqueue.h>