Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752928AbbGJXDs (ORCPT ); Fri, 10 Jul 2015 19:03:48 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:60692 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751957AbbGJXDe (ORCPT ); Fri, 10 Jul 2015 19:03:34 -0400 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> X-Mailer: git-send-email 2.3.0.rc1.33.g42e4583 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 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1199 Lines: 34 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/