From: H Hartley Sweeten Date: Wed, 11 Jul 2012 00:24:10 +0000 (-0700) Subject: staging: comedi: rtd520: remove thisboard macro X-Git-Tag: v3.6-rc1~100^2~218 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e81c8761cb11157e935fa27ed7bda18c55b6b82;p=pandora-kernel.git staging: comedi: rtd520: remove thisboard macro The macro 'thisboard' relies on a local variable having a specific name and yeilds a pointer derived from that local variable. Replace the macro with a local variable where used and use the comedi_board() helper to get the pointer. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed