summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/8xx/ep88xc.c
diff options
context:
space:
mode:
authorJochen Friedrich <jochen@scram.de>2008-01-24 16:17:32 +0100
committerKumar Gala <galak@kernel.crashing.org>2008-01-28 08:31:00 -0600
commitd0a02a06bcdf4525638863d4f18326e5b2bcf279 (patch)
tree83f91648a30a20e792d96b6af58583ad2b97d430 /arch/powerpc/platforms/8xx/ep88xc.c
parent22f19daff442c3ff0d015b7e80b4eedab0231ade (diff)
[POWERPC] 8xx: Rename m8xx_pic_init to mpc8xx_pics_init
m8xx_pic_init calls both mpc8xx_pic_init and cpm_pic_init. Renaming the function to use the same name space as the rest of the mpc8xx specific funtions and to be more meaningful. m8xx_pic_init is declared in ppc8xx_pic.h but defined nowhere in the ppc tree. Remove it. Signed-off-by: Jochen Friedrich <jochen@scram.de> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/8xx/ep88xc.c')
-rw-r--r--arch/powerpc/platforms/8xx/ep88xc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/8xx/ep88xc.c b/arch/powerpc/platforms/8xx/ep88xc.c
index 88afa353f1d2..372b1e2921e7 100644
--- a/arch/powerpc/platforms/8xx/ep88xc.c
+++ b/arch/powerpc/platforms/8xx/ep88xc.c
@@ -165,7 +165,7 @@ define_machine(ep88xc) {
.name = "Embedded Planet EP88xC",
.probe = ep88xc_probe,
.setup_arch = ep88xc_setup_arch,
- .init_IRQ = m8xx_pic_init,
+ .init_IRQ = mpc8xx_pics_init,
.get_irq = mpc8xx_get_irq,
.restart = mpc8xx_restart,
.calibrate_decr = mpc8xx_calibrate_decr,