From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 05 Dec 2013 10:44:04 +0900 Subject: [U-Boot] [PATCH 2/2] arm: exynos: remove the unused define. In-Reply-To: <529D6565.4040900@samsung.com> References: <529D6565.4040900@samsung.com> Message-ID: <529FDA64.603@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/12/13 14:00, Jaehoon Chung wrote: > These defines didn't use anywhere. > > Signed-off-by: Jaehoon Chung > --- > arch/arm/include/asm/arch-exynos/dwmmc.h | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/arch/arm/include/asm/arch-exynos/dwmmc.h b/arch/arm/include/asm/arch-exynos/dwmmc.h > index d1c5d4f..09d739d 100644 > --- a/arch/arm/include/asm/arch-exynos/dwmmc.h > +++ b/arch/arm/include/asm/arch-exynos/dwmmc.h > @@ -6,10 +6,6 @@ > */ > > #define DWMCI_CLKSEL 0x09C > -#define DWMCI_SHIFT_0 0x0 > -#define DWMCI_SHIFT_1 0x1 > -#define DWMCI_SHIFT_2 0x2 > -#define DWMCI_SHIFT_3 0x3 > #define DWMCI_SET_SAMPLE_CLK(x) (x) > #define DWMCI_SET_DRV_CLK(x) ((x) << 16) > #define DWMCI_SET_DIV_RATIO(x) ((x) << 24) > applied to u-boot-samsung. Thanks, Minkyu Kang.