From 919a84292070949691346adaf3dfba642f12329e Mon Sep 17 00:00:00 2001 From: Michael-Luke Jones Date: Sun, 27 May 2007 21:33:28 +0100 Subject: [ARM] 4410/1: Remove extern declarations in coyote/ixdpg425-pci.c This patch removes apparently unnecessary extern declarations in coyote-pci.c and ixdpg425-pci.c within arch/arm/mach-ixp4xx and has been compile-tested without producing warnings or errors. Kernel coding style forbids the use of extern declarations within .c files. Signed-off-by: Michael-Luke Jones Signed-off-by: Russell King --- arch/arm/mach-ixp4xx/ixdpg425-pci.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch/arm/mach-ixp4xx/ixdpg425-pci.c') diff --git a/arch/arm/mach-ixp4xx/ixdpg425-pci.c b/arch/arm/mach-ixp4xx/ixdpg425-pci.c index 509a95a692a..d1e75b7dc3b 100644 --- a/arch/arm/mach-ixp4xx/ixdpg425-pci.c +++ b/arch/arm/mach-ixp4xx/ixdpg425-pci.c @@ -23,10 +23,6 @@ #include -extern void ixp4xx_pci_preinit(void); -extern int ixp4xx_setup(int nr, struct pci_sys_data *sys); -extern struct pci_bus *ixp4xx_scan_bus(int nr, struct pci_sys_data *sys); - void __init ixdpg425_pci_preinit(void) { set_irq_type(IRQ_IXP4XX_GPIO6, IRQT_LOW); -- cgit v1.2.3