]> Pileus Git - ~andy/linux/commitdiff
staging: comedi: addi_apci_1516: remove unnecessary include
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 13 Nov 2012 20:44:19 +0000 (13:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Nov 2012 23:12:53 +0000 (15:12 -0800)
This driver no longer depends on the addi-data "common" code.
Remove the include.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/addi_apci_1516.c

index c2e4b3a9e99fb5b57d4b09ddfe769f2b8c018065..36ae5cda3891b40c5c94da84bf0c442d7865b608 100644 (file)
@@ -1,8 +1,6 @@
 #include "../comedidev.h"
 #include "comedi_fc.h"
 
-#include "addi-data/addi_common.h"
-
 struct apci1516_private {
        unsigned long wdog_iobase;
 };