From: Dave Young Date: Fri, 3 Jan 2014 03:54:31 +0000 (+0800) Subject: x86: ksysfs.c build fix X-Git-Tag: v3.14-rc1~163^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41a34cec2e0df7798ea322ed1480bc3d3facdc8e;p=pandora-kernel.git x86: ksysfs.c build fix kbuild test robot report below error for randconfig: arch/x86/kernel/ksysfs.c: In function 'get_setup_data_paddr': arch/x86/kernel/ksysfs.c:81:3: error: implicit declaration of function 'ioremap_cache' [-Werror=implicit-function-declaration] arch/x86/kernel/ksysfs.c:86:3: error: implicit declaration of function 'iounmap' [-Werror=implicit-function-declaration] Fix it by including in ksysfs.c Signed-off-by: Dave Young Signed-off-by: Matt Fleming --- Reading git-diff-tree failed