lkml.org 
[lkml]   [2008]   [Apr]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
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@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;



\
 
 \ /
  Last update: 2008-04-21 10:55    [W:0.140 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site