]> git.karo-electronics.de Git - linux-beck.git/commit
staging: comedi: dnya_pci10xx: remove thisboard and devpriv macros
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 15 Aug 2012 01:23:24 +0000 (18:23 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Aug 2012 22:25:34 +0000 (15:25 -0700)
commitaf0677c14e990e64bd6571be691e0bebd82a5dc0
treea350ed1c82bd083eb44e2c2506af06dd2641845b
parent8451b5adae5ca9b5f022cfdd029b7a5b5283f2ce
staging: comedi: dnya_pci10xx: remove thisboard and devpriv macros

These macros rely on local variables having a specific name. Replace
them with local variables where used. Use the comedi_board() helper
to get the thisboard pointer.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/dyna_pci10xx.c