staging: comedi: amplc_pci224: Remove thisboard and devpriv macros
authorIan Abbott <abbotti@mev.co.uk>
Thu, 31 May 2012 15:02:05 +0000 (16:02 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 03:50:06 +0000 (20:50 -0700)
commit9dc5a822ea8eaa2397f95aace504fcc657a6cd8b
treec7d05da2589cce3e704fc03a922f215bdec684cf
parent01ea83bce2d5219a71a044a084e3cecd6f0ad28e
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>
drivers/staging/comedi/drivers/amplc_pci224.c