From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Fri, 10 Jul 2015 15:45:43 -0700 Subject: [PATCH 3/7] ARM: keystone: Remove clk-provider.h include In-Reply-To: <1436568347-24554-1-git-send-email-sboyd@codeaurora.org> References: <1436568347-24554-1-git-send-email-sboyd@codeaurora.org> Message-ID: <1436568347-24554-4-git-send-email-sboyd@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This file doesn't use the clk provider APIs. Remove the include. Cc: Nishanth Menon Cc: Sekhar Nori Cc: Santosh Shilimkar Signed-off-by: Stephen Boyd --- Please ack if you want this to go through clk-tree. arch/arm/mach-keystone/pm_domain.c | 1 - 1 file changed, 1 deletion(-) 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 #include #include -#include #include static struct dev_pm_domain keystone_pm_domain = { -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project