[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87oa6dzvhf.wl%kuninori.morimoto.gx@renesas.com>
Date: Mon, 4 Jul 2016 08:04:22 +0000
From: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
To: Arnd Bergmann <arnd@...db.de>
CC: <linux-arm-kernel@...ts.infradead.org>,
Russell King <linux@...linux.org.uk>,
Rob Herring <robh@...nel.org>, Mark Brown <broonie@...nel.org>,
Linux-DT <devicetree@...r.kernel.org>,
Linux-ALSA <alsa-devel@...a-project.org>,
Linux-Kernel <linux-kernel@...r.kernel.org>,
<linux-clk@...r.kernel.org>
Subject: Re: [PATCH] clkdev: add devm_of_clk_get()
Hi Arnd
> > @@ -501,6 +503,11 @@ static inline struct clk *of_clk_get(struct device_node *np, int index)
> > {
> > return ERR_PTR(-ENOENT);
> > }
> > +struct clk *devm_of_clk_get(struct device *dev,
> > + struct device_node *np, int index)
> > +{
> > + return ERR_PTR(-ENOENT);
> > +}
> > static inline struct clk *of_clk_get_by_name(struct device_node *np,
> > const char *name)
> > {
> > --
> >
>
> This is missing "static inline" as found by the bot.
Thanks.
I have already posted v2 patch.
Powered by blists - more mailing lists