mirror of https://gitee.com/openkylin/linux.git
staging: comedi: addi_apci_3120: remove APCI3120_DISABLE_SCAN
This define is not used in the driver. Remove it. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7a945f984d
commit
67d3a2e715
|
@ -86,7 +86,6 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
|
|||
|
||||
/* nWrMode_Select */
|
||||
#define APCI3120_ENABLE_SCAN 0x8
|
||||
#define APCI3120_DISABLE_SCAN (~APCI3120_ENABLE_SCAN)
|
||||
#define APCI3120_ENABLE_EOS_INT 0x2
|
||||
|
||||
#define APCI3120_ENABLE_EOC_INT 0x1
|
||||
|
|
Loading…
Reference in New Issue