proper prototype for hugetlb_get_unmapped_area()
[deliverable/linux.git] / fs / hugetlbfs / inode.c
index 8c718a3d413f46cd71a9fcf26387842abaf42c84..9ba71b252f3ece82706cf5545c669076998e52e2 100644 (file)
@@ -98,10 +98,7 @@ out:
  * Called under down_write(mmap_sem).
  */
 
-#ifdef HAVE_ARCH_HUGETLB_UNMAPPED_AREA
-unsigned long hugetlb_get_unmapped_area(struct file *file, unsigned long addr,
-               unsigned long len, unsigned long pgoff, unsigned long flags);
-#else
+#ifndef HAVE_ARCH_HUGETLB_UNMAPPED_AREA
 static unsigned long
 hugetlb_get_unmapped_area(struct file *file, unsigned long addr,
                unsigned long len, unsigned long pgoff, unsigned long flags)
This page took 0.028715 seconds and 5 git commands to generate.