staging: comedi: amplc_dio200: Remove thisboard, thislayout and devpriv macros
authorIan Abbott <abbotti@mev.co.uk>
Thu, 31 May 2012 13:08:36 +0000 (14:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 03:49:20 +0000 (20:49 -0700)
commitadb4601a82343e846997320b41d5b7d49137fe42
tree05360f0a249cca31208b8336095643d048b1b75b
parent181ad5edbf6d3c244263b770e9dd4eda645de5bf
staging: comedi: amplc_dio200: Remove thisboard, thislayout and devpriv macros

The 'thisboard', 'thislayout' 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_dio200.c