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