From: H Hartley Sweeten Date: Fri, 22 Jun 2012 23:25:26 +0000 (-0700) Subject: staging: comedi: ni_daq_700: remove thisboard macro X-Git-Tag: v3.6-rc1~100^2~621 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=109d5d54e0e5d93d1fcc4acb186981459d152977;p=pandora-kernel.git staging: comedi: ni_daq_700: 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 Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed