From: H Hartley Sweeten Date: Sat, 6 Apr 2013 00:35:44 +0000 (-0700) Subject: staging: comedi: das800: remove 'thisboard' macro X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~251 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cb65d4d9dfe058c58755d5b371f4d071437a6c1;p=pandora-kernel.git staging: comedi: das800: remove 'thisboard' macro The 'thisboard' macro relies on a local variable having a specific name and yields a pointer derived from that local variable. Replace the macro with local variables 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