Skip to content

Commit

Permalink
staging: comedi: addi_apci_1516: remove unnecessary include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent e195bf8 commit ed168d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/comedi/drivers/addi_apci_1516.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include "../comedidev.h"
#include "comedi_fc.h"

#include "addi-data/addi_common.h"

struct apci1516_private {
unsigned long wdog_iobase;
};
Expand Down

0 comments on commit ed168d0

Please sign in to comment.