[MTD] Make functions static, include header files with prototypes
authorAdrian Bunk <bunk@stusta.de>
Tue, 29 Nov 2005 14:49:38 +0000 (14:49 +0000)
committerThomas Gleixner <tglx@mtd.linutronix.de>
Tue, 29 Nov 2005 18:54:58 +0000 (19:54 +0100)
This patch contains the following possible cleanups:
- every file should #include the headers containing the prototypes for
  it's global functions
- make needlessly global functions static

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found