From: H Hartley Sweeten Date: Sat, 6 Apr 2013 00:35:22 +0000 (-0700) Subject: staging: comedi: das1800: remove 'thisboard' macro X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~252 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fef2aa646fa4293e3dbbdd40158c8e318f936916;p=pandora-kernel.git staging: comedi: das1800: 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