Commit d47d5c81 authored by Andi Kleen's avatar Andi Kleen Committed by H. Peter Anvin

asmlinkage: Make __iowrite32_copy visible

This is a assembler function on x86, so it should be visible.
Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/1391845930-28580-2-git-send-email-ak@linux.intel.comSigned-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
parent 52480137
......@@ -24,7 +24,7 @@
struct device;
void __iowrite32_copy(void __iomem *to, const void *from, size_t count);
__visible void __iowrite32_copy(void __iomem *to, const void *from, size_t count);
void __iowrite64_copy(void __iomem *to, const void *from, size_t count);
#ifdef CONFIG_MMU
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment