From: H Hartley Sweeten Date: Fri, 22 Mar 2013 16:34:39 +0000 (-0700) Subject: staging: comedi: ni_labpc: remove thisboard macro X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~485 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d72da604afe9db30b1150a51734df3c25c15ed54;p=pandora-kernel.git staging: comedi: ni_labpc: 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 a local variable and use the comedi_board() helper to get the const pointer. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed