Re: [PATCH v2 3/3] clk: bcm2835: Add PWM clock support

From: Remi Pommarel
Date: Wed Nov 18 2015 - 14:25:52 EST


On Wed, Nov 18, 2015 at 10:32:55AM -0800, Eric Anholt wrote:
> Remi Pommarel <repk@xxxxxxxxxxxx> writes:
>
> > Register the pwm clock for bcm2835.
> >
> > Signed-off-by: Remi Pommarel <repk@xxxxxxxxxxxx>
> > ---
> > drivers/clk/bcm/clk-bcm2835.c | 14 ++++++++++++++
> > include/dt-bindings/clock/bcm2835.h | 3 ++-
> > 2 files changed, 16 insertions(+), 1 deletion(-)
> >
> > diff --git a/drivers/clk/bcm/clk-bcm2835.c b/drivers/clk/bcm/clk-bcm2835.c
> > index 2b01a53..db378f3 100644
> > --- a/drivers/clk/bcm/clk-bcm2835.c
> > +++ b/drivers/clk/bcm/clk-bcm2835.c
> > @@ -39,6 +39,7 @@
> >
> > #include <linux/clk-provider.h>
> > #include <linux/clkdev.h>
> > +#include <linux/clk.h>
>
> Stray new #include? With that dropped (assuming it's unnecessary),

Good catch, will remove this. Thanks !

>
> Reviewed-by: Eric Anholt <eric@xxxxxxxxxx>
>

--
Remi Pommarel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/