]> git.neil.brown.name Git - history.git/commit
[PATCH] ppc64: Rearrage copy_device_tree() and its functions in C Order
authorAndrew Morton <akpm@osdl.org>
Mon, 26 Apr 2004 15:57:14 +0000 (08:57 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 26 Apr 2004 15:57:14 +0000 (08:57 -0700)
commitcde5f62f0e6897dfb6e380072596d31d69458e34
treeeb19fa0206b9c348a862cc0617d41df9583d806f
parent5fa5de94a47388d9c06180cdb1ebbcb2648b097c
[PATCH] ppc64: Rearrage copy_device_tree() and its functions in C Order

From: Rusty Russell <rusty@rustcorp.com.au>

Rather than pre-declaring static functions, order them so it's not neccessary.
This makes the code easier to navigate and patch.
arch/ppc64/kernel/prom.c