diff options
author | Jochen Friedrich <jochen@scram.de> | 2008-01-24 10:17:32 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-28 09:31:00 -0500 |
commit | d0a02a06bcdf4525638863d4f18326e5b2bcf279 (patch) | |
tree | 83f91648a30a20e792d96b6af58583ad2b97d430 /arch/ppc/syslib | |
parent | 22f19daff442c3ff0d015b7e80b4eedab0231ade (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/ppc/syslib')
-rw-r--r-- | arch/ppc/syslib/ppc8xx_pic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc/syslib/ppc8xx_pic.h b/arch/ppc/syslib/ppc8xx_pic.h index d7d9f651a91b..53bcd97ef7f5 100644 --- a/arch/ppc/syslib/ppc8xx_pic.h +++ b/arch/ppc/syslib/ppc8xx_pic.h | |||
@@ -6,7 +6,6 @@ | |||
6 | 6 | ||
7 | extern struct hw_interrupt_type ppc8xx_pic; | 7 | extern struct hw_interrupt_type ppc8xx_pic; |
8 | 8 | ||
9 | void m8xx_pic_init(void); | ||
10 | void m8xx_do_IRQ(struct pt_regs *regs, | 9 | void m8xx_do_IRQ(struct pt_regs *regs, |
11 | int cpu); | 10 | int cpu); |
12 | int m8xx_get_irq(struct pt_regs *regs); | 11 | int m8xx_get_irq(struct pt_regs *regs); |