]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1a060f833eabc7eaad0d7d28cd5481e5bd5ebf32
treee5105cbd3c19f9404da237d29f60a654491eb608
parentcf9816b72ff46d9b23c6d1d87cbd4b8085198463
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