commit | 4f1920d508f2ff02cdb8b4b308d7b6d1ffa3cff9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 17 08:22:44 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 11:02:30 2017 -0400 |
tree | f02fb544cc9929c0276c2fd8a279892f10b1e19c | |
parent | dd9b4fdfbf8b03555816f507cd3ee10a3c229933 [diff] [blame] |
samsung: usb: Drop ohci-s3c24xx driver This is not used anymore. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
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 @@ #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);