From: H Hartley Sweeten Date: Mon, 25 Jun 2012 23:37:10 +0000 (-0700) Subject: staging: comedi: cb_das16_cs: remove thisboard and devpriv macros X-Git-Tag: v3.6-rc1~100^2~533 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16a8cdfc13526983f6c55e35c09bbe091ac11e96;p=pandora-kernel.git staging: comedi: cb_das16_cs: 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 macro with local variables where used. Use the comedi_board() helper to get the 'thisboard' 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