x86: ksysfs.c build fix
authorDave Young <dyoung@redhat.com>
Fri, 3 Jan 2014 03:54:31 +0000 (11:54 +0800)
committerMatt Fleming <matt.fleming@intel.com>
Fri, 3 Jan 2014 14:37:13 +0000 (14:37 +0000)
commit41a34cec2e0df7798ea322ed1480bc3d3facdc8e
treefdee71ac6a5bb5f87a13d28cfe9d6259a346ab20
parent518548abd61808ea1e31614ccbdae34d3c32dfa4
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 <asm/io.h> in ksysfs.c

Signed-off-by: Dave Young <dyoung@redhat.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
arch/x86/kernel/ksysfs.c
This page took 0.029709 seconds and 5 git commands to generate.