staging: comedi: addi_apci_1516: remove unnecessary include

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>
This commit is contained in:
H Hartley Sweeten 2012-11-13 13:44:19 -07:00 committed by Greg Kroah-Hartman
parent e195bf803f
commit ed168d0a20

View 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;
};