commit | 04d66968b34e3e22a524064df387c9fe906c6efa | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Wed May 30 19:04:44 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jun 04 20:48:08 2012 -0700 |
tree | 79884a59c52d77374b48fd255710c982d2157dca | |
parent | 7ac75ba4f364fb655c89b4f9ccf1cfbdf9dfd370 [diff] |
staging: comedi: amplc_pc263: 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>