aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-06-27 05:53:54 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-27 20:32:38 -0400
commitb6cd0b772dcc5dc9b4c03d53946474dee399fa72 (patch)
tree09ef125f7595f73ba256177f894d6c341074ff5b /init
parenta7807a32bbb027ab9955b96734fdc7f1e6497a9f (diff)
[PATCH] fs/buffer.c: cleanups
- add a proper prototype for the following global function: - buffer_init() - make the following needlessly global function static: - end_buffer_async_write() Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'init')
-rw-r--r--init/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c
index 80af1a52485f..0d57f6ccb63a 100644
--- a/init/main.c
+++ b/init/main.c
@@ -48,6 +48,7 @@
48#include <linux/mempolicy.h> 48#include <linux/mempolicy.h>
49#include <linux/key.h> 49#include <linux/key.h>
50#include <linux/unwind.h> 50#include <linux/unwind.h>
51#include <linux/buffer_head.h>
51 52
52#include <asm/io.h> 53#include <asm/io.h>
53#include <asm/bugs.h> 54#include <asm/bugs.h>
@@ -80,7 +81,6 @@ extern void mca_init(void);
80extern void sbus_init(void); 81extern void sbus_init(void);
81extern void sysctl_init(void); 82extern void sysctl_init(void);
82extern void signals_init(void); 83extern void signals_init(void);
83extern void buffer_init(void);
84extern void pidhash_init(void); 84extern void pidhash_init(void);
85extern void pidmap_init(void); 85extern void pidmap_init(void);
86extern void prio_tree_init(void); 86extern void prio_tree_init(void);