staging: comedi: addi_apci_all.c: remove unused file

The Makefile for the comedi subsystem does not compile this file
for any .config selection. This file would allow building one big
driver to support all the addi-data cards.

The addi-data drivers are a big enough mess as-is. Just remove this
file.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Iam Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
H Hartley Sweeten 2012-09-04 15:28:26 -07:00 committed by Greg Kroah-Hartman
parent 5d72c848d2
commit 1549360ae7
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
#define CONFIG_APCI_035 1
#define CONFIG_APCI_1032 1
#define CONFIG_APCI_1500 1
#define CONFIG_APCI_1516 1
#define CONFIG_APCI_1564 1
#define CONFIG_APCI_16XX 1
#define CONFIG_APCI_1710 1
#define CONFIG_APCI_2016 1
#define CONFIG_APCI_2032 1
#define CONFIG_APCI_2200 1
#define CONFIG_APCI_3001 1
#define CONFIG_APCI_3120 1
#define CONFIG_APCI_3200 1
#define CONFIG_APCI_3300 1
#define CONFIG_APCI_3501 1
#define CONFIG_APCI_3XXX 1
#include "addi-data/addi_common.c"