mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 11:01:06 -04:00
staging: comedi: amplc_pci230: remove PCI230_TEST_BIT()
The `PCI230_TEST_BIT()` macro is never used. Remove it. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e58dbebcc7
commit
5c165423bc
@@ -423,9 +423,6 @@
|
||||
/* For PCI230+ hardware version 2 when DAC FIFO enabled. */
|
||||
#define PCI230P2_INT_DAC (1<<4)
|
||||
|
||||
/* Assumes bits numbered with zero offset, ie. 0-15 */
|
||||
#define PCI230_TEST_BIT(val, n) ((val>>n)&1)
|
||||
|
||||
/*
|
||||
* (Potentially) shared resources and their owners
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user