remove declaration of __free_pte()

William Lee Irwin III (wli@holomorphy.com)
Thu, 18 Jul 2002 19:36:13 -0700


__free_pte() no longer exists in the kernel, but is still declared
from include/linux/mm.h. This patch removes that declaration.

Cheers,
Bill

===== include/linux/mm.h 1.56 vs edited =====
--- 1.56/include/linux/mm.h Thu Jul 4 09:17:35 2002
+++ edited/include/linux/mm.h Thu Jul 18 21:41:41 2002
@@ -393,8 +393,6 @@
extern int can_share_swap_page(struct page *);
extern int remove_exclusive_swap_page(struct page *);

-extern void __free_pte(pte_t);
-
/* mmap.c */
extern void lock_vma_mappings(struct vm_area_struct *);
extern void unlock_vma_mappings(struct vm_area_struct *);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/