From: Mika Westerberg Date: Fri, 21 Oct 2011 08:56:26 +0000 (+0300) Subject: mfd: Add missing include to intel_msic X-Git-Tag: v3.2-rc1~72^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f6cb769f479314c74e44a84e0180dd520333223;p=pandora-kernel.git mfd: Add missing include to intel_msic Without this header we might get following compilation errors: drivers/mfd/intel_msic.c:303:2: error: implicit declaration of function 'readb' drivers/mfd/intel_msic.c:433:2: error: implicit declaration of function 'ioremap_nocache' drivers/mfd/intel_msic.c:433:17: warning: assignment makes pointer from integer without a cast drivers/mfd/intel_msic.c:455:2: error: implicit declaration of function 'iounmap' Signed-off-by: Mika Westerberg Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed