clk: composite: Drop unused clk.h include
authorStephen Boyd <sboyd@kernel.org>
Thu, 15 Aug 2019 04:25:00 +0000 (21:25 -0700)
committerStephen Boyd <sboyd@kernel.org>
Fri, 16 Aug 2019 17:37:01 +0000 (10:37 -0700)
This include isn't used. Drop it.

Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lkml.kernel.org/r/20190815042500.9519-1-sboyd@kernel.org
drivers/clk/clk-composite.c

index b06038b8f6586034df7385fd478a4a6b8b2d4fc2..4f13a681ddfcdde9812293496998f20f97b42e79 100644 (file)
@@ -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>