瀏覽代碼

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>
H Hartley Sweeten 12 年之前
父節點
當前提交
ed168d0a20
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/staging/comedi/drivers/addi_apci_1516.c

+ 0 - 2
drivers/staging/comedi/drivers/addi_apci_1516.c

@@ -1,8 +1,6 @@
 #include "../comedidev.h"
 #include "comedi_fc.h"
 
-#include "addi-data/addi_common.h"
-
 struct apci1516_private {
 	unsigned long wdog_iobase;
 };