From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Wed, 25 Nov 2015 11:21:14 -0800 Subject: [PATCH 1/7] clk: mmp: stop using platform headers In-Reply-To: <1448465875-435039-2-git-send-email-arnd@arndb.de> References: <1448465875-435039-1-git-send-email-arnd@arndb.de> <1448465875-435039-2-git-send-email-arnd@arndb.de> Message-ID: <20151125192114.GB11298@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 11/25, Arnd Bergmann wrote: > diff --git a/drivers/clk/mmp/clk-mmp2.c b/drivers/clk/mmp/clk-mmp2.c > index 09d2832fbd78..38931dbd1eff 100644 > --- a/drivers/clk/mmp/clk-mmp2.c > +++ b/drivers/clk/mmp/clk-mmp2.c > @@ -9,6 +9,7 @@ > * warranty of any kind, whether express or implied. > */ > > +#include Why are we adding this include? I don't see any clk consumer API usage being added. > #include > #include > #include > diff --git a/drivers/clk/mmp/clk-pxa168.c b/drivers/clk/mmp/clk-pxa168.c > index 93e967c0f972..0dd83fb950c9 100644 > --- a/drivers/clk/mmp/clk-pxa168.c > +++ b/drivers/clk/mmp/clk-pxa168.c > @@ -9,6 +9,7 @@ > * warranty of any kind, whether express or implied. > */ > > +#include Ditto. > diff --git a/drivers/clk/mmp/clk-pxa910.c b/drivers/clk/mmp/clk-pxa910.c > index 993abcdb32cc..e1d2ce22cdf1 100644 > --- a/drivers/clk/mmp/clk-pxa910.c > +++ b/drivers/clk/mmp/clk-pxa910.c > @@ -9,6 +9,7 @@ > * warranty of any kind, whether express or implied. > */ > > +#include Ditto. > #include > #include > #include -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project