From: H Hartley Sweeten Date: Tue, 5 Mar 2013 17:20:41 +0000 (-0700) Subject: staging: comedi: ni_stc.h: remove boardtype macro X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~696 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6293e35742550320b1720044f9969d9544a5deaa;p=pandora-kernel.git staging: comedi: ni_stc.h: remove boardtype macro This macro relies on a local variable having a specific name and returns an object that variable points to. This object is the boardinfo used by the driver. The comedi core provides the comedi_board() helper to return a const pointer to the boardinfo. Remove the 'boardtype' macro and fix all the users of the 'boardtype' macro to use the comedi_board() helper to get the const boardinfo pointer. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed