staging: comedi: das16: remove unused static const variable
This variable 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
3f7890eb24
commit
6f8f6b2d4f
1 changed files with 0 additions and 3 deletions
|
@ -174,9 +174,6 @@ www.measurementcomputing.com
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* size in bytes of a sample from board */
|
|
||||||
static const int sample_size = 2;
|
|
||||||
|
|
||||||
#define DAS16_TRIG 0
|
#define DAS16_TRIG 0
|
||||||
#define DAS16_AI_LSB 0
|
#define DAS16_AI_LSB 0
|
||||||
#define DAS16_AI_MSB 1
|
#define DAS16_AI_MSB 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue