Commit 2a117a92 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: s526: remove unused s526_ports array

This array was used to debug dump the registers. The debug
dump has been removed so this array is no longer needed.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d160895f
......@@ -83,36 +83,6 @@ comedi_config /dev/comedi0 s526 0x2C0,0x3
#define REG_EED 0x32
#define REG_EEC 0x34
static const int s526_ports[] = {
REG_TCR,
REG_WDC,
REG_DAC,
REG_ADC,
REG_ADD,
REG_DIO,
REG_IER,
REG_ISR,
REG_MSC,
REG_C0L,
REG_C0H,
REG_C0M,
REG_C0C,
REG_C1L,
REG_C1H,
REG_C1M,
REG_C1C,
REG_C2L,
REG_C2H,
REG_C2M,
REG_C2C,
REG_C3L,
REG_C3H,
REG_C3M,
REG_C3C,
REG_EED,
REG_EEC
};
struct counter_mode_register_t {
#if defined(__LITTLE_ENDIAN_BITFIELD)
unsigned short coutSource:1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment