staging: comedi: dmm32at: remove dmm_outb macro
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 3 Jul 2012 01:13:11 +0000 (18:13 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 22:51:21 +0000 (15:51 -0700)
commit29f747c21e4318cc41efa82dac217da9ee8d5533
tree6ac14bcc237cf3da1dc5ccf52720248c9287e39b
parent99953ea1ec780c22bacf065fc7c9750f0182c0f4
staging: comedi: dmm32at: remove dmm_outb macro

The macro is just a wrapper for outb(). Just use the outb() 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