]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd8320ef4085416c5d04fd7eb0661ef8acfb6975e
treebe3b99ce77366b1c198fab1f109824f2d0216553
parentf28f19b990e56153d6d95ece4afea6926b7a6e67
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