Skip to content

Commit

Permalink
asmlinkage: Make __iowrite32_copy visible
Browse files Browse the repository at this point in the history
This is a assembler function on x86, so it should be visible.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/1391845930-28580-2-git-send-email-ak@linux.intel.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
  • Loading branch information
Andi Kleen authored and H. Peter Anvin committed Feb 14, 2014
1 parent 5248013 commit d47d5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d47d5c8

Please sign in to comment.