Message ID | 1381231068-6053-1-git-send-email-sachin.kamat@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 8 October 2013 16:47, Sachin Kamat <sachin.kamat@linaro.org> wrote: > clk-provider.h was included twice. > > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> > --- > Added all the acquired acks to respective patches. > --- > drivers/clk/clk-bcm2835.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/clk/clk-bcm2835.c b/drivers/clk/clk-bcm2835.c > index 5fb4ff5..676077d 100644 > --- a/drivers/clk/clk-bcm2835.c > +++ b/drivers/clk/clk-bcm2835.c > @@ -20,7 +20,6 @@ > #include <linux/clk-provider.h> > #include <linux/clkdev.h> > #include <linux/clk/bcm2835.h> > -#include <linux/clk-provider.h> > #include <linux/of.h> > > static const struct of_device_id clk_match[] __initconst = { > -- > 1.7.9.5 > Mike, Any chance getting this series picked up?
Quoting Sachin Kamat (2013-12-05 03:27:15) > On 8 October 2013 16:47, Sachin Kamat <sachin.kamat@linaro.org> wrote: > > clk-provider.h was included twice. > > > > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> > > --- > > Added all the acquired acks to respective patches. > > --- > > drivers/clk/clk-bcm2835.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/drivers/clk/clk-bcm2835.c b/drivers/clk/clk-bcm2835.c > > index 5fb4ff5..676077d 100644 > > --- a/drivers/clk/clk-bcm2835.c > > +++ b/drivers/clk/clk-bcm2835.c > > @@ -20,7 +20,6 @@ > > #include <linux/clk-provider.h> > > #include <linux/clkdev.h> > > #include <linux/clk/bcm2835.h> > > -#include <linux/clk-provider.h> > > #include <linux/of.h> > > > > static const struct of_device_id clk_match[] __initconst = { > > -- > > 1.7.9.5 > > > > Mike, > > Any chance getting this series picked up? Thanks for re-ping me on this! Taken into clk-next. Regards, Mike > > -- > With warm regards, > Sachin
On 20 December 2013 07:29, Mike Turquette <mturquette@linaro.org> wrote: >> >> Mike, >> >> Any chance getting this series picked up? > > Thanks for re-ping me on this! Taken into clk-next. Thanks Mike. But the below patch seems missing in your tree. http://permalink.gmane.org/gmane.linux.ports.arm.kernel/271627
Quoting Sachin Kamat (2013-12-19 19:58:24) > On 20 December 2013 07:29, Mike Turquette <mturquette@linaro.org> wrote: > >> > >> Mike, > >> > >> Any chance getting this series picked up? > > > > Thanks for re-ping me on this! Taken into clk-next. > > Thanks Mike. But the below patch seems missing in your tree. > http://permalink.gmane.org/gmane.linux.ports.arm.kernel/271627 Oops. Strange. Thanks for the catch. Applied. Regards, Mike > > -- > With warm regards, > Sachin
diff --git a/drivers/clk/clk-bcm2835.c b/drivers/clk/clk-bcm2835.c index 5fb4ff5..676077d 100644 --- a/drivers/clk/clk-bcm2835.c +++ b/drivers/clk/clk-bcm2835.c @@ -20,7 +20,6 @@ #include <linux/clk-provider.h> #include <linux/clkdev.h> #include <linux/clk/bcm2835.h> -#include <linux/clk-provider.h> #include <linux/of.h> static const struct of_device_id clk_match[] __initconst = {
clk-provider.h was included twice. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> --- Added all the acquired acks to respective patches. --- drivers/clk/clk-bcm2835.c | 1 - 1 file changed, 1 deletion(-)