[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080421085103.GA26897@cs181133002.pp.htv.fi>
Date: Mon, 21 Apr 2008 11:51:03 +0300
From: Adrian Bunk <bunk@...nel.org>
To: Arjan van de Ven <arjan@...ux.intel.com>,
Ingo Molnar <mingo@...e.hu>,
Thomas Gleixner <tglx@...utronix.de>, hpa@...or.com
Cc: linux-kernel@...r.kernel.org
Subject: [2.6 patch] make x86/mm/dump_pagetables.c:pt_dump_init() static
This patch makes the needlessly global pt_dump_init() static.
Signed-off-by: Adrian Bunk <bunk@...nel.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;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists