From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Stephen Boyd To: Mike Turquette , Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, =?UTF-8?q?S=C3=B6ren=20Brinkmann?= , Greg Kroah-Hartman Subject: [PATCH 2/7] staging: clocking-wizard: Include clk.h Date: Fri, 10 Jul 2015 16:03:24 -0700 Message-Id: <1436569409-27964-3-git-send-email-sboyd@codeaurora.org> In-Reply-To: <1436569409-27964-1-git-send-email-sboyd@codeaurora.org> References: <1436569409-27964-1-git-send-email-sboyd@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 List-ID: This clock provider uses the consumer API, so include clk.h explicitly. Cc: Sören Brinkmann Cc: Greg Kroah-Hartman Signed-off-by: Stephen Boyd --- Please ack so this can go through the clk-tree. drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c index 5455bf3d5a91..b8e2f611fd47 100644 --- a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c +++ b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c @@ -19,6 +19,7 @@ */ #include +#include #include #include #include -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project