diff mbox series

clk: composite: Drop unused clk.h include

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

Commit Message

Stephen Boyd Aug. 15, 2019, 4:25 a.m. UTC
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(-)

Comments

Stephen Boyd Aug. 16, 2019, 5:37 p.m. UTC | #1
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 mbox series

Patch

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>