]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi: s626: remove RR7146 macro
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 26 Mar 2013 22:42:21 +0000 (15:42 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Mar 2013 23:12:55 +0000 (16:12 -0700)
commitbe008602e677c3837c9a8b8fb3cbaa1ebd76f08f
treee300d9959e19375ee242f952497aa6fe8cdd5a90
parent25f8fd5e11d6859867660679f9b12c10fd4f0789
staging: comedi: s626: remove RR7146 macro

This macro relies on a local variable having a specific name its
also just a wrapper around a readl() call. Remove the macro and
just call readl() directly.

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