From 7cdeed05056e2016894e07c13c2110700fc0e7af Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Wed, 30 Jul 2008 09:43:53 -0700 Subject: [PATCH] clocks343x.h: fix type that resulted in duplicate definitiion of M_12_ES1 with PRCM_CLK_CFG2_332MHZ --- include/asm/arch-omap3/clocks343x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asm/arch-omap3/clocks343x.h b/include/asm/arch-omap3/clocks343x.h index 82686a5..7aedaa1 100644 --- a/include/asm/arch-omap3/clocks343x.h +++ b/include/asm/arch-omap3/clocks343x.h @@ -55,7 +55,7 @@ # define M2_12 0x01 /* M3 of 2 */ # define M_12_ES1 0x19F -# define M_12_ES1 0x0E +# define N_12_ES1 0x0E # define FSL_12_ES1 0x03 # define M2_12_ES1 0x1 /* M3 of 2 */ -- 2.39.5