mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
committed by
Greg Kroah-Hartman
parent
e195bf803f
commit
ed168d0a20
@@ -1,8 +1,6 @@
|
||||
#include "../comedidev.h"
|
||||
#include "comedi_fc.h"
|
||||
|
||||
#include "addi-data/addi_common.h"
|
||||
|
||||
struct apci1516_private {
|
||||
unsigned long wdog_iobase;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user