Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752322AbbGMMot (ORCPT ); Mon, 13 Jul 2015 08:44:49 -0400 Received: from mail-ig0-f171.google.com ([209.85.213.171]:38827 "EHLO mail-ig0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751441AbbGMMor (ORCPT ); Mon, 13 Jul 2015 08:44:47 -0400 Message-ID: <55A3B2BD.1010308@linaro.org> Date: Mon, 13 Jul 2015 07:44:45 -0500 From: Alex Elder User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Stephen Boyd , Mike Turquette CC: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org Subject: Re: [PATCH 29/45] clk: bcm: Include clk.h References: <1436571223-10959-1-git-send-email-sboyd@codeaurora.org> <1436571223-10959-30-git-send-email-sboyd@codeaurora.org> In-Reply-To: <1436571223-10959-30-git-send-email-sboyd@codeaurora.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 950 Lines: 32 On 07/10/2015 06:33 PM, Stephen Boyd wrote: > This clock provider uses the consumer API, so include clk.h > explicitly. > > Cc: Alex Elder > Signed-off-by: Stephen Boyd Acked-by: Alex Elder > --- > drivers/clk/bcm/clk-kona.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/clk/bcm/clk-kona.c b/drivers/clk/bcm/clk-kona.c > index 79a98506c433..5638de8c6489 100644 > --- a/drivers/clk/bcm/clk-kona.c > +++ b/drivers/clk/bcm/clk-kona.c > @@ -16,6 +16,7 @@ > > #include > #include > +#include > > /* > * "Policies" affect the frequencies of bus clocks provided by a > -- 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/