Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753433AbbGJXEq (ORCPT ); Fri, 10 Jul 2015 19:04:46 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:60706 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752647AbbGJXDh (ORCPT ); Fri, 10 Jul 2015 19:03:37 -0400 From: Stephen Boyd To: Mike Turquette , Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 7/7] lib/vsprintf.c: Include clk.h Date: Fri, 10 Jul 2015 16:03:29 -0700 Message-Id: <1436569409-27964-8-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> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1003 Lines: 33 This file uses the clk API so it should include clk.h directly instead of indirectly including it through clk-provider.h. Cc: Geert Uytterhoeven Signed-off-by: Stephen Boyd --- Please ack so this can go through clk-tree. lib/vsprintf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vsprintf.c b/lib/vsprintf.c index da39c608a28c..95cd63b43b99 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -17,6 +17,7 @@ */ #include +#include #include #include /* for KSYM_SYMBOL_LEN */ #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/