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