From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 14 Jan 2016 18:10:26 -0800 From: Stephen Boyd To: Alexandre Belloni Cc: Nicolas Ferre , Boris Brezillon , Jean-Christophe Plagniol-Villard , Michael Turquette , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org Subject: Re: [PATCH v3 02/13] clk: at91: make use of syscon/regmap internally Message-ID: <20160115021026.GR22188@codeaurora.org> References: <1449248628-3486-1-git-send-email-alexandre.belloni@free-electrons.com> <1449248628-3486-3-git-send-email-alexandre.belloni@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1449248628-3486-3-git-send-email-alexandre.belloni@free-electrons.com> List-ID: On 12/04, Alexandre Belloni wrote: > diff --git a/drivers/clk/at91/clk-generated.c b/drivers/clk/at91/clk-generated.c > index abc80949e1dd..0b9e0aeef346 100644 > --- a/drivers/clk/at91/clk-generated.c > +++ b/drivers/clk/at91/clk-generated.c > @@ -17,9 +17,13 @@ > #include > #include > #include > +#include > +#include > > #include "pmc.h" > > +extern spinlock_t pmc_pcr_lock; You can throw this extern into pmc.h? > + > #define PERIPHERAL_MAX 64 > #define PERIPHERAL_ID_MIN 2 > -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project