Jean Pihet <jean.pihet@xxxxxxxxxxxxxx> writes: > Hi Kevin, > > On Fri, Apr 27, 2012 at 1:29 AM, Kevin Hilman <khilman@xxxxxx> wrote: >> This flag is no longer used since clock init all AM35x devices >> is now the same. >> >> Acked-by: Vaibhav Hiremath <hvaibhav@xxxxxx> >> Tested-by: Vaibhav Hiremath <hvaibhav@xxxxxx> >> Signed-off-by: Kevin Hilman <khilman@xxxxxx> >> --- >> arch/arm/plat-omap/include/plat/clkdev_omap.h | 3 +-- >> 1 file changed, 1 insertion(+), 2 deletions(-) >> >> diff --git a/arch/arm/plat-omap/include/plat/clkdev_omap.h b/arch/arm/plat-omap/include/plat/clkdev_omap.h >> index b299b8d..45afa4d 100644 >> --- a/arch/arm/plat-omap/include/plat/clkdev_omap.h >> +++ b/arch/arm/plat-omap/include/plat/clkdev_omap.h >> @@ -34,7 +34,6 @@ struct omap_clk { >> #define CK_243X (1 << 5) /* 243x, 253x */ >> #define CK_3430ES1 (1 << 6) /* 34xxES1 only */ >> #define CK_3430ES2PLUS (1 << 7) /* 34xxES2, ES3, non-Sitara 35xx only */ >> -#define CK_3505 (1 << 8) >> #define CK_3517 (1 << 9) > If this is the only flag remaining, should it better be renamed to CK_35XX? That happens later in the series. Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html