From 7a7530afb838b1f435f97a5b65f4056012589972 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 08:22:44 -0600 Subject: samsung: usb: Drop ohci-s3c24xx driver This is not used anymore. Drop it. Signed-off-by: Simon Glass --- include/common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index fb4e79bb397..47076869c13 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); -- cgit v1.2.3