staging: comedi: das08: Remove thisboard and devpriv macros
authorIan Abbott <abbotti@mev.co.uk>
Thu, 24 May 2012 16:27:16 +0000 (17:27 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 03:39:38 +0000 (20:39 -0700)
commit282f3528e21cd35f85e8ea3cb7dbcd285a6e5379
treebe3b99ce77366b1c198fab1f109824f2d0216553
parent33fba3b7841b0cf7565e4352a2bab69fc5f4288f
staging: comedi: das08: 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/das08.c
This page took 0.024765 seconds and 5 git commands to generate.