staging: comedi: amplc_pc263: Remove thisboard and devpriv macros
authorIan Abbott <abbotti@mev.co.uk>
Wed, 30 May 2012 18:04:44 +0000 (19:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 03:48:08 +0000 (20:48 -0700)
commit04d66968b34e3e22a524064df387c9fe906c6efa
tree79884a59c52d77374b48fd255710c982d2157dca
parent7ac75ba4f364fb655c89b4f9ccf1cfbdf9dfd370
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>
drivers/staging/comedi/drivers/amplc_pc263.c