X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fppc%2Fplatforms%2Fprpmc800.c;h=e459a199fb1d5593e29e01f05c7b98cda8139aa9;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=0e99f8bc3f3ba970ae799694ab5529fc7bffd70d;hpb=1a69f36a78895dad9a6b97ffa2d6d2b7c3975b5d;p=linux-2.6.git diff --git a/arch/ppc/platforms/prpmc800.c b/arch/ppc/platforms/prpmc800.c index 0e99f8bc3..e459a199f 100644 --- a/arch/ppc/platforms/prpmc800.c +++ b/arch/ppc/platforms/prpmc800.c @@ -1,6 +1,4 @@ /* - * arch/ppc/platforms/prpmc800.c - * * Author: Dale Farnsworth * * 2001-2004 (c) MontaVista, Software, Inc. This file is licensed under @@ -22,7 +20,6 @@ #include #include #include -#include #include #include #include @@ -419,8 +416,8 @@ static void __init prpmc800_init_IRQ(void) static __inline__ void prpmc800_set_bat(void) { mb(); - mtspr(DBAT1U, 0xf0001ffe); - mtspr(DBAT1L, 0xf000002a); + mtspr(SPRN_DBAT1U, 0xf0001ffe); + mtspr(SPRN_DBAT1L, 0xf000002a); mb(); }