From: Ashutosh Dixit Date: Wed, 27 Nov 2013 16:58:43 +0000 (-0800) Subject: misc: mic: Suppress memory space sparse warnings X-Git-Tag: v3.13-rc4~46^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a9286236916bb397c0fa7e9b3a354c291c85beb;p=pandora-kernel.git misc: mic: Suppress memory space sparse warnings MIC card and host drivers are able to use virtio over the PCIe bus by treating ioremap return values for the prefetchable BARs as pointers, effectively treating I/O memory the same as system memory. However this results in sparse warnings. Knowing that these warnings do not point to a functional issue, this patch suppresses these warnings. Reported-by: Fengguang Wu Reviewed-by: Sudeep Dutt Signed-off-by: Nikhil Rao Signed-off-by: Ashutosh Dixit Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed