Commit b43eeba1 authored by William Lee Irwin III's avatar William Lee Irwin III Committed by Linus Torvalds

[PATCH] PA-RISC io_remap_page_range() fix

It was pointed out to me that I typo'd and lost a backslash in the
PA-RISC io_remap_page_range() definition. This patch corrects the
one-character typo.
parent d1370cf6
......@@ -505,7 +505,7 @@ static inline void ptep_mkdirty(pte_t *ptep)
#endif /* !__ASSEMBLY__ */
#define io_remap_page_range(vma, vaddr, paddr, size, prot)
#define io_remap_page_range(vma, vaddr, paddr, size, prot) \
remap_pfn_range(vma, vaddr, (paddr) >> PAGE_SHIFT, size, prot)
/* We provide our own get_unmapped_area to provide cache coherency */
......
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