make mm/sparse.c: make a function static
authorAdrian Bunk <bunk@kernel.org>
Sat, 26 Jul 2008 02:46:22 +0000 (19:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Jul 2008 19:00:12 +0000 (12:00 -0700)
commit9e5c6da71e89fa25ced6e88182225a99941bec90
tree076faf410107f55d1d6cfdf05c779faf0b5d21e3
parent23d5f96ce6571da51c0f6bfa7361e5f91f314b2b
make mm/sparse.c: make a function static

This patch makes the needlessly global sparse_early_mem_map_alloc()
static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/sparse.c