From: H Hartley Sweeten Date: Mon, 5 Oct 2015 22:40:23 +0000 (-0700) Subject: staging: comedi: pcl818: remove unused "boards constants" X-Git-Tag: v4.14-rc1~4420^2~900 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=699849fe452471cfa740cd659f42d349cf0b4bd1;p=platform%2Fkernel%2Flinux-rpi.git staging: comedi: pcl818: remove unused "boards constants" These defines are not used. Remove them to get rid of the checkpatch.pl issue about avoiding CamelCase. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/pcl818.c b/drivers/staging/comedi/drivers/pcl818.c index 9132514..5aeed44 100644 --- a/drivers/staging/comedi/drivers/pcl818.c +++ b/drivers/staging/comedi/drivers/pcl818.c @@ -102,15 +102,6 @@ #include "comedi_isadma.h" #include "comedi_8254.h" -/* boards constants */ - -#define boardPCL818L 0 -#define boardPCL818H 1 -#define boardPCL818HD 2 -#define boardPCL818HG 3 -#define boardPCL818 4 -#define boardPCL718 5 - /* * Register I/O map */