diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2015-10-12 12:47:17 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2015-10-13 21:45:56 +0200 |
commit | 3435dd08092934ee9672fc28a3ee4c2017741bd6 (patch) | |
tree | 3f9792e6a2c1d2fda178e43ed492d547e5568adf /arch/x86/kernel/signal.c | |
parent | x86/signal: Deinline get_sigframe, save 240 bytes (diff) | |
download | linux-3435dd08092934ee9672fc28a3ee4c2017741bd6.tar.xz linux-3435dd08092934ee9672fc28a3ee4c2017741bd6.zip |
x86/early_printk: Set __iomem address space for IO
There are following warnings on unpatched code:
arch/x86/kernel/early_printk.c:198:32: warning: incorrect type in initializer (different address spaces)
arch/x86/kernel/early_printk.c:198:32: expected void [noderef] <asn:2>*vaddr
arch/x86/kernel/early_printk.c:198:32: got unsigned int [usertype] *<noident>
arch/x86/kernel/early_printk.c:205:32: warning: incorrect type in initializer (different address spaces)
arch/x86/kernel/early_printk.c:205:32: expected void [noderef] <asn:2>*vaddr
arch/x86/kernel/early_printk.c:205:32: got unsigned int [usertype] *<noident>
Annotate it proper.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: http://lkml.kernel.org/r/1444646837-42615-1-git-send-email-andriy.shevchenko@linux.intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/signal.c')
0 files changed, 0 insertions, 0 deletions