All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] make x86/mm/dump_pagetables.c:pt_dump_init() static
@ 2008-04-21  8:51 Adrian Bunk
  2008-04-21 14:18 ` Arjan van de Ven
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2008-04-21  8:51 UTC (permalink / raw)
  To: Arjan van de Ven, Ingo Molnar, Thomas Gleixner, hpa; +Cc: linux-kernel

This patch makes the needlessly global pt_dump_init() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
ef2be4c3ac52a07d3f423ab3f3c84c4bf43915a3 diff --git a/arch/x86/mm/dump_pagetables.c b/arch/x86/mm/dump_pagetables.c
index 6791b83..2c24bea 100644
--- a/arch/x86/mm/dump_pagetables.c
+++ b/arch/x86/mm/dump_pagetables.c
@@ -324,7 +324,7 @@ static const struct file_operations ptdump_fops = {
 	.release	= single_release,
 };
 
-int pt_dump_init(void)
+static int pt_dump_init(void)
 {
 	struct dentry *pe;
 


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

end of thread, other threads:[~2008-04-21 14:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-21  8:51 [2.6 patch] make x86/mm/dump_pagetables.c:pt_dump_init() static Adrian Bunk
2008-04-21 14:18 ` Arjan van de Ven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.