From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752939AbbGMUaz (ORCPT ); Mon, 13 Jul 2015 16:30:55 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:60221 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752072AbbGMUay (ORCPT ); Mon, 13 Jul 2015 16:30:54 -0400 From: Stephen Boyd To: Mike Turquette , Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Manuel Lauss , Ralf Baechle , Linux-MIPS Subject: [PATCH] MIPS: Alchemy: Include clk.h Date: Mon, 13 Jul 2015 13:30:50 -0700 Message-Id: <1436819450-16440-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 clock provider uses the consumer API, so include clk.h explicitly. Cc: Manuel Lauss Cc: Ralf Baechle Cc: Linux-MIPS Signed-off-by: Stephen Boyd --- Please ack so this can go through the clk tree. We're removing the include of clk.h in clk-provider.h so that the consumer and provider APIs are clearly split. arch/mips/alchemy/common/clock.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/alchemy/common/clock.c b/arch/mips/alchemy/common/clock.c index 6e46abe0dac6..5168c4dca1ca 100644 --- a/arch/mips/alchemy/common/clock.c +++ b/arch/mips/alchemy/common/clock.c @@ -35,6 +35,7 @@ #include #include +#include #include #include #include -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project