From: H Hartley Sweeten Date: Mon, 29 Jul 2013 20:57:58 +0000 (-0700) Subject: staging: comedi: das16: remove unused static const variable X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6f8f6b2d4f5255eb91d0cc2643daf3f7d48a14f1;p=linux-beck.git staging: comedi: das16: remove unused static const variable This variable is not used in the driver. Remove it. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/das16.c b/drivers/staging/comedi/drivers/das16.c index 577e2a842845..96c081b48d07 100644 --- a/drivers/staging/comedi/drivers/das16.c +++ b/drivers/staging/comedi/drivers/das16.c @@ -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_AI_LSB 0 #define DAS16_AI_MSB 1