Commit 766957f6 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: adl_pci9118: remove unused defines

These defines are not used in the driver. Remove them.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0f3cb85a
...@@ -83,7 +83,6 @@ ...@@ -83,7 +83,6 @@
#include "amcc_s5933.h" #include "amcc_s5933.h"
#include "comedi_8254.h" #include "comedi_8254.h"
#define IORANGE_9118 64 /* I hope */
#define PCI9118_CHANLEN 255 /* #define PCI9118_CHANLEN 255 /*
* len of chanlist, some source say 256, * len of chanlist, some source say 256,
* but reality looks like 255 :-( * but reality looks like 255 :-(
...@@ -141,8 +140,6 @@ ...@@ -141,8 +140,6 @@
#define STOP_AI_EXT 0x02 /* stop measure on external trigger */ #define STOP_AI_EXT 0x02 /* stop measure on external trigger */
#define STOP_AI_INT 0x08 /* stop measure on internal trigger */ #define STOP_AI_INT 0x08 /* stop measure on internal trigger */
#define PCI9118_HALF_FIFO_SZ (1024 / 2)
static const struct comedi_lrange pci9118_ai_range = { static const struct comedi_lrange pci9118_ai_range = {
8, { 8, {
BIP_RANGE(5), BIP_RANGE(5),
......
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