arch/powerpc/boot/addRamDisk.c: Mark several internal functions static
authorJosh Triplett <josh@joshtriplett.org>
Fri, 16 Oct 2009 21:52:05 +0000 (14:52 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Sun, 15 Nov 2009 23:01:39 +0000 (15:01 -0800)
commit95981e7de53a7c67dc32d7440c160947c134d8eb
treeaeeda0daff525710bf5dbd7eb59c6925a9f06d45
parentad0cd62ab632afe9b562b5f09343c21e1521505d
arch/powerpc/boot/addRamDisk.c: Mark several internal functions static

Nothing outside of arch/powerpc/boot/addRamDisk.c references the
functions "get4k", "put4k", or "death".

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
arch/powerpc/boot/addRamDisk.c