[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20111021090005.GA12133@b20223-02.ap.freescale.net>
Date: Fri, 21 Oct 2011 17:00:07 +0800
From: Richard Zhao <richard.zhao@...aro.org>
To: Mike Turquette <mturquette@...com>
CC: <linux-kernel@...r.kernel.org>, <paul@...an.com>,
<linaro-dev@...ts.linaro.org>, <linus.walleij@...ricsson.com>,
<patches@...aro.org>, <eric.miao@...aro.org>,
<broonie@...nsource.wolfsonmicro.com>, <magnus.damm@...il.com>,
<amit.kucheria@...aro.org>, <grant.likely@...retlab.ca>,
<dsaxena@...aro.org>, <arnd.bergmann@...aro.org>,
<shawn.guo@...escale.com>, <skannan@...cinc.com>,
<linux@....linux.org.uk>, <jeremy.kerr@...onical.com>,
<tglx@...utronix.de>, <linux-arm-kernel@...ts.infradead.org>,
<sboyd@...inc.com>
Subject: Re: [PATCH v2 1/7] clk: Add a generic clock infrastructure
On Thu, Sep 22, 2011 at 03:26:56PM -0700, Mike Turquette wrote:
> +/* For USE_COMMON_STRUCT_CLK, these are provided in clk.c, but not exported
> + * through other headers; we don't want them used anywhere but here. */
> +#ifdef CONFIG_USE_COMMON_STRUCT_CLK
change to CONFIG_GENERIC_CLK?
> +extern int __clk_get(struct clk *clk);
> +extern void __clk_put(struct clk *clk);
clk.c does not define it.
> +#endif
Thanks
Richard
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists