summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 14:22:39 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 15:02:28 (GMT)
commit4baf23e0beaca4ea90983c8f97e1bba0282b5fc1 (patch)
tree97bf8222082eeed33245185b048d806d8a223e48 /include/common.h
parent58a8ec4cc0475d24368c21ab70d0eff78da1aafd (diff)
downloadu-boot-fsl-qoriq-4baf23e0beaca4ea90983c8f97e1bba0282b5fc1.tar.xz
common: Move get_OPB_freq() and get_PCI_freq() to PPC header
These should not be in common.h. Move the to an arch-specific header. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/common.h b/include/common.h
index 6dd0d2f..8b64407 100644
--- a/include/common.h
+++ b/include/common.h
@@ -649,10 +649,6 @@ int get_clocks (void);
#if defined(CONFIG_MPC5xxx)
int prt_mpc5xxx_clks (void);
#endif
-#ifdef CONFIG_4xx
-ulong get_OPB_freq (void);
-ulong get_PCI_freq (void);
-#endif
#if defined(CONFIG_S3C24X0) || \
defined(CONFIG_LH7A40X) || \
defined(CONFIG_EP93XX)