From: H Hartley Sweeten Date: Tue, 5 Mar 2013 17:19:36 +0000 (-0700) Subject: staging: comedi: ni_pcidio: remove this_board macro X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~698 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=715988871f82a00b8bb36b7f2fdbd865c09b170e;p=pandora-kernel.git staging: comedi: ni_pcidio: remove this_board macro This macro relies on a local variable having a specific name and derives a pointer from that local variable. It's only used in the attach and we already have the local variable 'board' that has the same information. Use that instead. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed