The mite module provides the DMA interface for the PCI MITE ASIC used on many National Instruments (NI) DAQ boards. Many of the comedi NI drivers do not support DMA and only depend on the mite driver in order to initialze the MITE ASIC. Add the code to initialization of the MITE ASIC to these drivers and remove the unnecessary dependancies. H Hartley Sweeten (4): staging: comedi: 8255_pci: remove include of mite.h staging: comedi: ni_labpc_pci: remove COMEDI_MITE and HAS_DMA dependancy staging: comedi: ni_65xx: remove COMEDI_MITE and HAS_DMA dependancy staging: comedi: ni_670x: remove COMEDI_MITE and HAS_DMA dependancy drivers/staging/comedi/Kconfig | 6 -- drivers/staging/comedi/drivers/8255_pci.c | 5 +- drivers/staging/comedi/drivers/ni_65xx.c | 127 ++++++++++++-------------- drivers/staging/comedi/drivers/ni_670x.c | 59 +++++++----- drivers/staging/comedi/drivers/ni_labpc.h | 1 - drivers/staging/comedi/drivers/ni_labpc_pci.c | 48 +++++++--- 6 files changed, 137 insertions(+), 109 deletions(-) -- 1.9.3 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel