]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] 4xx: Use machine_device_initcall for bus probe
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>
Mon, 24 Dec 2007 16:42:02 +0000 (10:42 -0600)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Mon, 24 Dec 2007 16:42:02 +0000 (10:42 -0600)
commit382b56a8c25184fd8e5f33b5ded788c9da76ce20
tree3bcd0754918c06ed8d532b09f1135a1b7316691c
parent3045fd60b2d1416d86d83a2d7079cf8c2ad99fb4
[POWERPC] 4xx: Use machine_device_initcall for bus probe

Some machine_xx_initcall macros were recently added that check for the machine
type before calling the function.  This converts the 4xx platforms to use those
for bus probing.

Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/powerpc/platforms/40x/ep405.c
arch/powerpc/platforms/40x/kilauea.c
arch/powerpc/platforms/40x/makalu.c
arch/powerpc/platforms/40x/virtex.c
arch/powerpc/platforms/40x/walnut.c
arch/powerpc/platforms/44x/bamboo.c
arch/powerpc/platforms/44x/ebony.c
arch/powerpc/platforms/44x/katmai.c
arch/powerpc/platforms/44x/rainier.c
arch/powerpc/platforms/44x/sequoia.c
arch/powerpc/platforms/44x/taishan.c