diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-24 01:08:06 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-20 19:52:30 +0200 |
commit | c76a9692f890ea777b9d2385626e4080ebad75e7 (patch) | |
tree | a0a9903aabbf97540398942f906bfd5e3866136b /arch/arm/mach-keystone/pm_domain.c | |
parent | ARM: hisi: Remove clk-provider.h include (diff) | |
download | linux-c76a9692f890ea777b9d2385626e4080ebad75e7.tar.xz linux-c76a9692f890ea777b9d2385626e4080ebad75e7.zip |
ARM: keystone: Remove clk-provider.h include
This file doesn't use the clk provider APIs. Remove the include.
Cc: Nishanth Menon <nm@ti.com>
Cc: Sekhar Nori <nsekhar@ti.com>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-keystone/pm_domain.c')
-rw-r--r-- | arch/arm/mach-keystone/pm_domain.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-keystone/pm_domain.c b/arch/arm/mach-keystone/pm_domain.c index edea697e8253..e283939a216f 100644 --- a/arch/arm/mach-keystone/pm_domain.c +++ b/arch/arm/mach-keystone/pm_domain.c @@ -16,7 +16,6 @@ #include <linux/pm_runtime.h> #include <linux/pm_clock.h> #include <linux/platform_device.h> -#include <linux/clk-provider.h> #include <linux/of.h> static struct dev_pm_domain keystone_pm_domain = { |