diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-20 00:00:46 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-20 19:52:37 +0200 |
commit | d4e14ca303e0e6aa56e1573a38ff91b8eb121600 (patch) | |
tree | 0d4490f717e75f9481a6e96691e5e78932db335f | |
parent | ARM: OMAP2+: Include clk.h (diff) | |
download | linux-d4e14ca303e0e6aa56e1573a38ff91b8eb121600.tar.xz linux-d4e14ca303e0e6aa56e1573a38ff91b8eb121600.zip |
arm64: Remove clk-provider.h include
This file doesn't use the clk provider APIs. Remove the include.
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
-rw-r--r-- | arch/arm64/kernel/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c index f3067d4d4e35..926ae8d9abc5 100644 --- a/arch/arm64/kernel/setup.c +++ b/arch/arm64/kernel/setup.c @@ -34,7 +34,6 @@ #include <linux/kexec.h> #include <linux/crash_dump.h> #include <linux/root_dev.h> -#include <linux/clk-provider.h> #include <linux/cpu.h> #include <linux/interrupt.h> #include <linux/smp.h> |