staging: comedi: amplc_pc236: Remove thisboard and devpriv macros
authorIan Abbott <abbotti@mev.co.uk>
Tue, 29 May 2012 13:49:34 +0000 (14:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 03:46:58 +0000 (20:46 -0700)
commit24ffe74c93ac93bae84b2e44b868bbfd2c7954c3
tree54f9df692d4310c68fe88ab0e50a425a3785d0ba
parent273ba547da12406d609795bc8976cb2464b15d82
staging: comedi: amplc_pc236: 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>
drivers/staging/comedi/drivers/amplc_pc236.c