commit | 9dc5a822ea8eaa2397f95aace504fcc657a6cd8b | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Thu May 31 16:02:05 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jun 04 20:50:06 2012 -0700 |
tree | c7d05da2589cce3e704fc03a922f215bdec684cf | |
parent | 01ea83bce2d5219a71a044a084e3cecd6f0ad28e [diff] |
staging: comedi: amplc_pci224: 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 wherever they occur. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>