From: H Hartley Sweeten Date: Tue, 1 Oct 2013 22:13:32 +0000 (-0700) Subject: staging: comedi: ni_6527: remove COMEDI_MITE dependancy X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~465 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42e705e91f98637a6891eaf8a5c8dcce477b6378;p=pandora-kernel.git staging: comedi: ni_6527: remove COMEDI_MITE dependancy The COMEDI_MITE driver is a wrapper for the National Instruments PCI MITE ASIC. This driver includes the PCI boilerplate used to remap the resources as well as the support code for bus mastered DMA. The ni_6527 does not support DMA and the COMEDI_MITE driver adds unnecessary complexity. Remove the need for the COMEDI_MITE driver by handling the ioremap directly in the (*attach). Store the ioremap'ed address in the private data. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed