From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751918AbbGJWvK (ORCPT ); Fri, 10 Jul 2015 18:51:10 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:60101 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752666AbbGJWvA (ORCPT ); Fri, 10 Jul 2015 18:51:00 -0400 From: Stephen Boyd To: Mike Turquette , Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Catalin Marinas , Will Deacon Subject: [PATCH] arm64: Remove clk-provider.h include Date: Fri, 10 Jul 2015 15:50:57 -0700 Message-Id: <1436568657-26243-1-git-send-email-sboyd@codeaurora.org> X-Mailer: git-send-email 2.3.0.rc1.33.g42e4583 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This file doesn't use the clk provider APIs. Remove the include. Cc: Catalin Marinas Cc: Will Deacon Signed-off-by: Stephen Boyd --- Please ack if you want this to go through the clk-tree (along with quite a few other patches that do the same thing). Otherwise, it's fine if it's applied to the arm64 tree. arch/arm64/kernel/setup.c | 1 - 1 file changed, 1 deletion(-) 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 #include #include -#include #include #include #include -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project