staging: comedi: cb_pcimdda: remove thisboard and devpriv macros
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 17 Aug 2012 02:47:51 +0000 (19:47 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Aug 2012 15:14:32 +0000 (08:14 -0700)
commit2a4b0ba517bb30f764b22efa47f3ce937318b04e
tree2ca624aa9b5c6d2754a285b4643da81edcb0f3a0
parentaeb0ca6e72740f562b6eff5fa59a88107a8af8c9
staging: comedi: cb_pcimdda: remove thisboard and devpriv macros

These macros rely on a local variable having a specific name.
Remove them and 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/cb_pcimdda.c