staging: comedi: cb_pcidio: remove thisboard macro
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 17 Aug 2012 02:43:55 +0000 (19:43 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Aug 2012 15:14:30 +0000 (08:14 -0700)
commit39ffddbb6c6803590f6150eb889975727acb943c
tree593335fe97a483655559d3d219bb885564abdf02
parent3b96f250ba086109241261337751ade2833ac333
staging: comedi: cb_pcidio: remove thisboard macro

This macro relies on a local variable having a specific name.
Remove it and use the comedi_board() helper to get the 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_pcidio.c