From: H Hartley Sweeten Date: Thu, 19 Jul 2012 01:57:28 +0000 (-0700) Subject: staging: comedi: daqboard2000: void *plx should be a void __iomem * X-Git-Tag: v3.6-rc1~100^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d73805ceb1cf7fd86863de25a8038e5c1651172e;p=pandora-kernel.git staging: comedi: daqboard2000: void *plx should be a void __iomem * The private data variable 'plx' is an ioremap'ed pci resource and should be a void __iomem *. This quiets a number of sparse warnings about "different address spaces". Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed