[ARM] 4410/1: Remove extern declarations in coyote/ixdpg425-pci.c
authorMichael-Luke Jones <mlj28@cam.ac.uk>
Sun, 27 May 2007 20:33:28 +0000 (21:33 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 30 May 2007 12:15:39 +0000 (13:15 +0100)
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 <mlj28@cam.ac.uk>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found