staging: comedi: cb_pcidda: remove thisboard and devpriv macros
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 17 Aug 2012 02:44:59 +0000 (19:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Aug 2012 15:14:31 +0000 (08:14 -0700)
commitc6ad306b948e78dddcc064a71c41382469d656a3
treebdaaf1ce349d606ea2fd705cd00851a365a06cf3
parent93ddbbbcb2fc719d94179f6f8dffbce5e58a8e8f
staging: comedi: cb_pcidda: 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_pcidda.c