On Wed, Nov 18, 2015 at 10:32:55AM -0800, Eric Anholt wrote: > Remi Pommarel <[email protected]> writes: > > > Register the pwm clock for bcm2835. > > > > Signed-off-by: Remi Pommarel <[email protected]> > > --- > > 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 <[email protected]> > -- Remi Pommarel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

