mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 14:56:54 -04:00
staging: comedi: addi_apci_1710: remove COMEDI_SUBD_TTLIO define
This define exists in hwdrv_APCI1710.c, where it's actually used. Remove the duplicate 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
ff2d6d340f
commit
65d4919bd0
@@ -19,10 +19,6 @@ static void fpu_end(void)
|
||||
#include "addi-data/addi_eeprom.c"
|
||||
#include "addi-data/hwdrv_APCI1710.c"
|
||||
|
||||
#ifndef COMEDI_SUBD_TTLIO
|
||||
#define COMEDI_SUBD_TTLIO 11 /* Digital Input Output But TTL */
|
||||
#endif
|
||||
|
||||
static const struct addi_board apci1710_boardtypes[] = {
|
||||
{
|
||||
.pc_DriverName = "apci1710",
|
||||
|
||||
Reference in New Issue
Block a user