From: H Hartley Sweeten Date: Tue, 29 Jul 2014 22:01:20 +0000 (-0700) Subject: staging: comedi: add an 'mmio' member to comedi_device X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7e6dc1338eebae3b324b9a99e9d03d80c43aaef;p=pandora-kernel.git staging: comedi: add an 'mmio' member to comedi_device All the comedi drivers that use memory mapped io currently have a void __iomem * member in their private data for the driver. For some of the drivers this is actually the only member in that data. For convienence, add a new member to the comedi_device for this void __iomem *. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed