* remove declaration of __free_pte()
@ 2002-07-19 2:36 William Lee Irwin III
0 siblings, 0 replies; only message in thread
From: William Lee Irwin III @ 2002-07-19 2:36 UTC (permalink / raw)
To: kernel-janitor-discuss; +Cc: linux-kernel, trivial
__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 *);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-07-19 2:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-19 2:36 remove declaration of __free_pte() William Lee Irwin III
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox