From: H Hartley Sweeten Date: Fri, 13 Jul 2012 00:46:37 +0000 (-0700) Subject: staging: comedi: dt282x: remove the outw wrapper macros X-Git-Tag: v3.6-rc1~100^2~181 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d254eb7418e389e063831d8d77b7dac240288f02;p=pandora-kernel.git 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 Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed