Tidy up the "cb_pcidas64" driver a bit and replace the old `attach()` method with the new `auto_attach()` method since the driver does not need to support manual attachment of PCI devices. The driver still uses a the `volatile` storage class specifier a lot, unfortunately. That will need fixing one day. Patch 4 is unrelated to the "cb_pcidas64" driver, but the following patches depend on it to avoid compiler warnings. 01) staging: comedi: cb_pcidas64: use auto_attach method 02) staging: comedi: cb_pcidas64: fix printks 03) staging: comedi: cb_pcidas64: whitespace/brace changes 04) staging: comedi: comedidev.h: make comedi_board() parameter const 05) staging: comedi: cb_pcidas64: remove board(dev) inline 06) staging: comedi: cb_pcidas64: fix forward declarations 1 07) staging: comedi: cb_pcidas64: fix forward declarations 2 08) staging: comedi: cb_pcidas64: fix forward declarations 3 09) staging: comedi: cb_pcidas64: fix forward declararions 4 10) staging: comedi: cb_pcidas64: update driver comment drivers/staging/comedi/comedidev.h | 2 +- drivers/staging/comedi/drivers/cb_pcidas64.c | 2440 +++++++++++++------------- 2 files changed, 1221 insertions(+), 1221 deletions(-) _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel