summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 14:22:44 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 15:02:30 (GMT)
commit7a7530afb838b1f435f97a5b65f4056012589972 (patch)
treef02fb544cc9929c0276c2fd8a279892f10b1e19c /include/common.h
parentebf925051f13481f9574d52344615c80593442e6 (diff)
downloadu-boot-7a7530afb838b1f435f97a5b65f4056012589972.tar.xz
samsung: usb: Drop ohci-s3c24xx driver
This is not used anymore. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index fb4e79b..4707686 100644
--- a/include/common.h
+++ b/include/common.h
@@ -646,8 +646,7 @@ int get_clocks (void);
#if defined(CONFIG_MPC5xxx)
int prt_mpc5xxx_clks (void);
#endif
-#if defined(CONFIG_S3C24X0) || \
- defined(CONFIG_LH7A40X) || \
+#if defined(CONFIG_LH7A40X) || \
defined(CONFIG_EP93XX)
ulong get_FCLK (void);
ulong get_HCLK (void);