]> git.hungrycats.org Git - linux/commitdiff
[PATCH] remove declaration of __free_pte()
authorWilliam Lee Irwin III <wli@holomorphy.com>
Thu, 1 Aug 2002 05:21:39 +0000 (22:21 -0700)
committerChristoph Hellwig <hch@sb.bsdonline.org>
Thu, 1 Aug 2002 05:21:39 +0000 (22:21 -0700)
__free_pte() no longer exists in the kernel, but is still declared
from include/linux/mm.h. This patch removes that declaration.

include/linux/mm.h

index 685868b9e0e4daa423dfd5ca3cecad60bf817780..74516ebaa47e811ec4dc9f6a1554f7ad021f5042 100644 (file)
@@ -401,8 +401,6 @@ extern void swapin_readahead(swp_entry_t);
 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 *);