2008-01-23 16:00:51

by Jochen Friedrich

[permalink] [raw]
Subject: [PATCHv2 4/8] [POWERPC] Remove declaration of m8xx_pic_init.

m8xx_pic_init is declared in ppc8xx_pic.h but defined nowhere in the ppc
tree. Remove it.

Signed-off-by: Jochen Friedrich <[email protected]>
---
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 d7d9f65..53bcd97 100644
--- a/arch/ppc/syslib/ppc8xx_pic.h
+++ b/arch/ppc/syslib/ppc8xx_pic.h
@@ -6,7 +6,6 @@

extern struct hw_interrupt_type ppc8xx_pic;

-void m8xx_pic_init(void);
void m8xx_do_IRQ(struct pt_regs *regs,
int cpu);
int m8xx_get_irq(struct pt_regs *regs);
--
1.5.3.8


2008-01-23 16:13:11

by Kumar Gala

[permalink] [raw]
Subject: Re: [PATCHv2 4/8] [POWERPC] Remove declaration of m8xx_pic_init.


On Jan 23, 2008, at 10:00 AM, Jochen Friedrich wrote:

> m8xx_pic_init is declared in ppc8xx_pic.h but defined nowhere in the
> ppc
> tree. Remove it.
>
> Signed-off-by: Jochen Friedrich <[email protected]>

if we respin the patches, merge this with 2/8 - Rename m8xx_pic_init
to mpc8xx_pics_init.

(otherwise i'll merge when I commit).

- k