staging: comedi: addi_apci_3120: remove CONFIG_APCI_3120 define
Now that the apci3001 and apci3120 boards are merged we can remove this unnecessary define. 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
973781a821
commit
33db6ebe0a
@@ -2378,7 +2378,6 @@ static int i_APCI3120_InsnWriteDigitalOutput(struct comedi_device *dev,
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_APCI_3120
|
|
||||||
static int i_APCI3120_InsnWriteAnalogOutput(struct comedi_device *dev,
|
static int i_APCI3120_InsnWriteAnalogOutput(struct comedi_device *dev,
|
||||||
struct comedi_subdevice *s,
|
struct comedi_subdevice *s,
|
||||||
struct comedi_insn *insn,
|
struct comedi_insn *insn,
|
||||||
@@ -2437,4 +2436,3 @@ static int i_APCI3120_InsnWriteAnalogOutput(struct comedi_device *dev,
|
|||||||
|
|
||||||
return insn->n;
|
return insn->n;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
@@ -4,8 +4,6 @@
|
|||||||
|
|
||||||
#include "addi-data/addi_common.h"
|
#include "addi-data/addi_common.h"
|
||||||
|
|
||||||
#define CONFIG_APCI_3120 1
|
|
||||||
|
|
||||||
#include "addi-data/addi_eeprom.c"
|
#include "addi-data/addi_eeprom.c"
|
||||||
#include "addi-data/hwdrv_apci3120.c"
|
#include "addi-data/hwdrv_apci3120.c"
|
||||||
#include "addi-data/addi_common.c"
|
#include "addi-data/addi_common.c"
|
||||||
|
Reference in New Issue
Block a user