From: H Hartley Sweeten Date: Sat, 30 Jun 2012 00:36:45 +0000 (-0700) Subject: staging: comedi: ni_670x: remove thisboard and devpriv macros X-Git-Tag: v3.6-rc1~100^2~453 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=289a40339149300c42308afd917a5c9dbbc9bcd9;p=pandora-kernel.git staging: comedi: ni_670x: remove thisboard and devpriv macros The 'thisboard' and 'devpriv' macros rely on a local variable having a specific name and yield pointers derived from that local variable. Replace the macros with local variables where used. Use the comedi_board() helper to get the 'thisboard' pointer. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed