staging: comedi: rtd520: remove RtdAdcFifoGet macro
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 10 Jul 2012 23:50:12 +0000 (16:50 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Jul 2012 15:12:25 +0000 (08:12 -0700)
commitd2e1aebee74622251d032643b0bcd9e68a4b1693
treec7b87f9b23d8cf8bde4ea6d276ba59ec7ea51972
parent02818bba43fea7d25b09d7b6886ea50c7293fc7e
staging: comedi: rtd520: remove RtdAdcFifoGet macro

This macro uses the 'devpriv' macro which relies on a local variable
having a specific name. Plus it's just a wrapper around a simple
'readw'. Remove the macro.

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/rtd520.c