]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mm/allocpercpu.c: make 4 functions static
authorAdrian Bunk <bunk@kernel.org>
Sat, 26 Jul 2008 02:46:23 +0000 (19:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Jul 2008 19:00:12 +0000 (12:00 -0700)
commit9d8fddfb17aaee4ffc5e3d0560620d0fa8b50a42
treef8a6b13a3048d1ae9c169b2d732fa05d8dcdf2ac
parent9e5c6da71e89fa25ced6e88182225a99941bec90
mm/allocpercpu.c: make 4 functions static

This patch makes the following needlessly global functions static:
 - percpu_depopulate()
 - __percpu_depopulate_mask()
 - percpu_populate()
 - __percpu_populate_mask()

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Christoph Lameter <cl@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/percpu.h
mm/allocpercpu.c