public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] include linux/pagemap.h in asm-generic/tlb.h
@ 2007-08-24 18:46 Jeff Dike
  2007-08-24 20:51 ` Rob Landley
  2007-08-25  0:20 ` Andrew Morton
  0 siblings, 2 replies; 8+ messages in thread
From: Jeff Dike @ 2007-08-24 18:46 UTC (permalink / raw)
  To: Andrew Morton; +Cc: LKML, Rob Landley

[ This looks non-urgent to me ]

Without linux/pagemap.h, asm-generic/tlb.h is missing declarations of
page_cache_release and release_pages.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
--
 include/asm-generic/tlb.h |    1 +
 1 file changed, 1 insertion(+)

Index: linux-2.6.22/include/asm-generic/tlb.h
===================================================================
--- linux-2.6.22.orig/include/asm-generic/tlb.h	2007-07-08 19:32:17.000000000 -0400
+++ linux-2.6.22/include/asm-generic/tlb.h	2007-08-22 17:29:45.000000000 -0400
@@ -13,6 +13,7 @@
 #ifndef _ASM_GENERIC__TLB_H
 #define _ASM_GENERIC__TLB_H
 
+#include <linux/pagemap.h>
 #include <linux/swap.h>
 #include <asm/pgalloc.h>
 #include <asm/tlbflush.h>

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-08-26  6:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-24 18:46 [PATCH] include linux/pagemap.h in asm-generic/tlb.h Jeff Dike
2007-08-24 20:51 ` Rob Landley
2007-08-24 22:46   ` Jeff Dike
2007-08-26  6:48     ` Rob Landley
2007-08-25  0:20 ` Andrew Morton
2007-08-25  2:15   ` Jeff Dike
2007-08-25  3:34     ` Andrew Morton
2007-08-26  5:44   ` Rob Landley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox