> -----Original Message----- > From: Hilman, Kevin > Sent: Thursday, January 05, 2012 6:47 AM > To: linux-omap@xxxxxxxxxxxxxxx > Cc: Paul Walmsley; Hiremath, Vaibhav > Subject: [RFC/PATCH 5/7] ARM: OMAP: clock: remove unused CK_3505 flag > > This flag is no longer used since clock init all AM35x devices > is now the same. > This can be merged with ARM: OMAP3: clock data: replace 3503/3517 flag with AM35x flag for UART4 Thanks, Vaibhav > Signed-off-by: Kevin Hilman <khilman@xxxxxx> > --- > arch/arm/plat-omap/include/plat/clkdev_omap.h | 3 +-- > 1 files changed, 1 insertions(+), 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) > #define CK_36XX (1 << 10) /* 36xx/37xx-specific clocks */ > #define CK_443X (1 << 11) > @@ -44,7 +43,7 @@ struct omap_clk { > > > #define CK_34XX (CK_3430ES1 | CK_3430ES2PLUS) > -#define CK_AM35XX (CK_3505 | CK_3517) /* all Sitara AM35xx */ > +#define CK_AM35XX CK_3517 /* all Sitara AM35xx */ > #define CK_3XXX (CK_34XX | CK_AM35XX | CK_36XX) > > > -- > 1.7.8.2 -- 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