staging: comedi: dmm32at: remove dmm_inb macro
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 3 Jul 2012 01:12:35 +0000 (18:12 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 22:51:21 +0000 (15:51 -0700)
commit99953ea1ec780c22bacf065fc7c9750f0182c0f4
tree71a61d8a9bdb2a682c5f74c6a479844a6829335a
parent47ae6a72597c29745fc18d693fe00bc8a537cfdf
staging: comedi: dmm32at: remove dmm_inb macro

The macro is just a wrapper for inb(). Just use the inb() directly.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/dmm32at.c