staging: comedi: s626: remove duplicate macros I2C_B0, I2C_B1, I2C_B2
authorIan Abbott <abbotti@mev.co.uk>
Tue, 8 Oct 2013 18:06:23 +0000 (19:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2013 22:34:19 +0000 (15:34 -0700)
commit6e3fc69d4cc034b12be487cbd93d19b9807dc7b5
treee5105cbd3c19f9404da237d29f60a654491eb608
parentd5512f5b5b58e7ae47045315ade7df8873617992
staging: comedi: s626: remove duplicate macros I2C_B0, I2C_B1, I2C_B2

The `I2C_B0(ATTR, VAL)`, `I2C_B1(ATTR, VAL)` and `I2C_B2(ATTR, VAL)`
macros are defined identically in "s626.h" and "s626.c".  Remove the
duplicates from "s626.c".

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>
drivers/staging/comedi/drivers/s626.c