summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJochen Friedrich2008-01-24 16:18:03 +0100
committerKumar Gala2008-01-28 15:31:01 +0100
commit9e8f38b0388144c0a400499abd0f8370abc88ced (patch)
treeb1c6f4a02debc28004892fbf23e31b3a74db6292
parent[POWERPC] 8xx: Rename m8xx_pic_init to mpc8xx_pics_init (diff)
downloadkernel-qcow2-linux-9e8f38b0388144c0a400499abd0f8370abc88ced.tar.gz
kernel-qcow2-linux-9e8f38b0388144c0a400499abd0f8370abc88ced.tar.xz
kernel-qcow2-linux-9e8f38b0388144c0a400499abd0f8370abc88ced.zip
[POWERPC] 8xx: Remove unneeded and misspelled prototype m8xx_calibrate_decr
m8xx_calibrate_decr seems to be a misspelled prototype for mpc8xx_calibrate_decr. As it's not needed anyways, just remove it. Signed-off-by: Jochen Friedrich <jochen@scram.de> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-rw-r--r--arch/powerpc/platforms/8xx/m8xx_setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/8xx/m8xx_setup.c b/arch/powerpc/platforms/8xx/m8xx_setup.c
index 13374574502d..85abd61a8140 100644
--- a/arch/powerpc/platforms/8xx/m8xx_setup.c
+++ b/arch/powerpc/platforms/8xx/m8xx_setup.c
@@ -31,7 +31,6 @@
struct mpc8xx_pcmcia_ops m8xx_pcmcia_ops;
#endif
-void m8xx_calibrate_decr(void);
extern int cpm_pic_init(void);
extern int cpm_get_irq(void);