summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-05-16 01:12:04 +0200
committerWolfgang Denk <wd@denx.de>2007-05-16 01:12:04 +0200
commit256176d3d5462d466e2c8434281ced50257c8add (patch)
treedf286b05bb197dfd92308258bd723aeef3581f90 /include/common.h
parentd62f64cc23a940eafe712c776b3249e4160753d1 (diff)
parent068aab660bc3912b930be5540e6b3f3fd6ad3c96 (diff)
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index 40fbba5325..3c4b37b0dc 100644
--- a/include/common.h
+++ b/include/common.h
@@ -444,8 +444,6 @@ int sdram_adjust_866 (void);
int adjust_sdram_tbs_8xx (void);
#if defined(CONFIG_8260)
int prt_8260_clks (void);
-#elif defined(CONFIG_MPC83XX)
-int print_clock_conf(void);
#elif defined(CONFIG_MPC5xxx)
int prt_mpc5xxx_clks (void);
#endif