clk: keystone: Remove clk.h include
authorStephen Boyd <[email protected]>
Fri, 19 Jun 2015 22:00:46 +0000 (15:00 -0700)
committerStephen Boyd <[email protected]>
Mon, 20 Jul 2015 17:53:08 +0000 (10:53 -0700)
Clock provider drivers generally shouldn't include clk.h because
it's the consumer API. Remove the include here because this is a
provider driver.

Cc: Ivan Khoronzhuk <[email protected]>
Cc: Murali Karicheri <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
drivers/clk/keystone/gate.c
drivers/clk/keystone/pll.c

index 86f1e362eafb8e29c02fae393620d39d32278529..aed5af23895be786db801a2d11360fa3e4a63f2b 100644 (file)
@@ -10,7 +10,6 @@
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  */
-#include <linux/clk.h>
 #include <linux/clk-provider.h>
 #include <linux/err.h>
 #include <linux/io.h>
index 4a375ead70e9f2c58c1eb6aaced07ea39e579b7b..25443e4d139fdaab85ff0bc6a3427dc991e399fc 100644 (file)
@@ -10,7 +10,6 @@
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  */
-#include <linux/clk.h>
 #include <linux/clk-provider.h>
 #include <linux/err.h>
 #include <linux/io.h>