X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fppc%2Fplatforms%2F4xx%2Focotea.c;h=4f355b6acab2b29214543dc641ef863eb410321c;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=554776d4b8ac79f573183e93b31e22c7c331ee18;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/arch/ppc/platforms/4xx/ocotea.c b/arch/ppc/platforms/4xx/ocotea.c index 554776d4b..4f355b6ac 100644 --- a/arch/ppc/platforms/4xx/ocotea.c +++ b/arch/ppc/platforms/4xx/ocotea.c @@ -1,4 +1,6 @@ /* + * arch/ppc/platforms/4xx/ocotea.c + * * Ocotea board specific routines * * Matt Porter @@ -331,7 +333,7 @@ static void __init ocotea_init(void) void __init platform_init(unsigned long r3, unsigned long r4, unsigned long r5, unsigned long r6, unsigned long r7) { - ibm440gx_platform_init(r3, r4, r5, r6, r7); + ibm44x_platform_init(r3, r4, r5, r6, r7); ppc_md.setup_arch = ocotea_setup_arch; ppc_md.show_cpuinfo = ocotea_show_cpuinfo;