From: H Hartley Sweeten Date: Wed, 27 Jun 2012 00:52:29 +0000 (-0700) Subject: staging: comedi: cb_pcidas: remove thisboard and devpriv macros X-Git-Tag: v3.6-rc1~100^2~502 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82d8c74dcc75235740db3ed947267bfa5baa3117;p=pandora-kernel.git staging: comedi: cb_pcidas: 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