Message ID | 20190815042500.9519-1-sboyd@kernel.org (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | clk: composite: Drop unused clk.h include | expand |
Quoting Stephen Boyd (2019-08-14 21:25:00) > This include isn't used. Drop it. > > Signed-off-by: Stephen Boyd <sboyd@kernel.org> > --- Applied to clk-next
diff --git a/drivers/clk/clk-composite.c b/drivers/clk/clk-composite.c index b06038b8f658..4f13a681ddfc 100644 --- a/drivers/clk/clk-composite.c +++ b/drivers/clk/clk-composite.c @@ -3,7 +3,6 @@ * Copyright (c) 2013 NVIDIA CORPORATION. All rights reserved. */ -#include <linux/clk.h> #include <linux/clk-provider.h> #include <linux/err.h> #include <linux/slab.h>
This include isn't used. Drop it. Signed-off-by: Stephen Boyd <sboyd@kernel.org> --- drivers/clk/clk-composite.c | 1 - 1 file changed, 1 deletion(-)