Some changes to amplc_pci230 to replace printk() with dev_...(), remove some dodgy macros, implement the comedi attach_pci() hook, and remove forward declarations. The latter has been split into 4 patches to keep the diff output tidy. drivers/staging/comedi/drivers/amplc_pci230.c | 1721 ++++++++++++------------- 1 files changed, 856 insertions(+), 865 deletions(-) [PATCH 1/7] Replace printk calls [PATCH 2/7] Remove thisboard and devpriv macros [PATCH 3/7] Add attach_pci() hook [PATCH 4/7] Remove forward declarations 1 [PATCH 5/7] Remove forward declarations 2 [PATCH 6/7] Remove forward declarations 3 [PATCH 7/7] Remove forward declarations 4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel