From: H Hartley Sweeten Date: Tue, 29 Jul 2014 22:01:44 +0000 (-0700) Subject: staging: comedi: ii_pci20kc: use the comedi_device 'mmio' member X-Git-Tag: cleanup-for-v3.18~125^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6e497b92f4296db79577a05d399ba20a58b719b;p=pandora-kernel.git staging: comedi: ii_pci20kc: use the comedi_device 'mmio' member Use the new 'mmio' member in the comedi_device for the __iomem * base address. Since this was the only member in the private data, remove the struct and its allocation. This legacy driver is a bit strange. The base address of the board is passed to the (*attach) using by the user using the comedi_config utiltiy. This base address is currently not ioremap'ed and is simply cast to a void __iomem *. I'm not sure if this is correct. Add a comment so it will be addressed later. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed