mm: fix pfn_t vs highmem
[deliverable/linux.git] / kernel / memremap.c
index 70ee3775de24ebcf2e80ab2fdad21eaad24dd2fe..2c468dea60bc2e688c6a5271fa393ea82a1aacb4 100644 (file)
@@ -150,7 +150,7 @@ void devm_memunmap(struct device *dev, void *addr)
 }
 EXPORT_SYMBOL(devm_memunmap);
 
-pfn_t phys_to_pfn_t(phys_addr_t addr, unsigned long flags)
+pfn_t phys_to_pfn_t(phys_addr_t addr, u64 flags)
 {
        return __pfn_to_pfn_t(addr >> PAGE_SHIFT, flags);
 }
This page took 0.024122 seconds and 5 git commands to generate.