staging: comedi: dt282x: remove the outw wrapper macros
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 13 Jul 2012 00:46:37 +0000 (17:46 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jul 2012 02:08:22 +0000 (19:08 -0700)
commitd254eb7418e389e063831d8d77b7dac240288f02
treebf0969af267d538079d3a4fff648ba71fa64e82a
parentb70ac75eeff0fb1f356924e58f6f543c9b3d3077
staging: comedi: dt282x: remove the outw wrapper macros

The macros 'update_dacsr', 'update_adcsr', and 'update_supcsr' all use
the 'devpriv' macro which uses a local variable of a specific name and
yeilds a pointer derived from that name. They are also just wrappers
around simple 'outw' calls. Remove the macros.

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