]> git.hungrycats.org Git - linux/commitdiff
[PATCH] PA-RISC io_remap_page_range() fix
authorWilliam Lee Irwin III <wli@holomorphy.com>
Thu, 21 Oct 2004 07:30:26 +0000 (00:30 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Thu, 21 Oct 2004 07:30:26 +0000 (00:30 -0700)
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.

include/asm-parisc/pgtable.h

index e7c534e74bc9a9ee7f4320e10c1792212cc7fcc4..6505d5ac291b0e83e03f38056e7b0699c9d1a2c8 100644 (file)
@@ -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 */