From: Ian Abbott Date: Thu, 31 May 2012 13:08:36 +0000 (+0100) Subject: staging: comedi: amplc_dio200: Remove thisboard, thislayout and devpriv macros X-Git-Tag: v3.6-rc1~100^2~976 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adb4601a82343e846997320b41d5b7d49137fe42;p=pandora-kernel.git staging: comedi: amplc_dio200: Remove thisboard, thislayout and devpriv macros The 'thisboard', 'thislayout' 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 wherever they occur. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed