Commit 3a5c111f authored by Stephen Boyd's avatar Stephen Boyd Committed by Michael Turquette

clk: ux500: Drop use of clk-private.h

These drivers don't need to include clk-private.h. Remove the
include.
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Acked-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarMichael Turquette <mturquette@linaro.org>
parent 9767b04f
......@@ -8,7 +8,6 @@
*/
#include <linux/clk-provider.h>
#include <linux/clk-private.h>
#include <linux/slab.h>
#include <linux/io.h>
#include <linux/err.h>
......
......@@ -8,7 +8,6 @@
*/
#include <linux/clk-provider.h>
#include <linux/clk-private.h>
#include <linux/mfd/dbx500-prcmu.h>
#include <linux/slab.h>
#include <linux/io.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment