[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120704012902.b45769624f8cad63983b5db5@canb.auug.org.au>
Date: Wed, 4 Jul 2012 01:29:02 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Mark Brown <broonie@...nsource.wolfsonmicro.com>
Cc: Russell King <linux@....linux.org.uk>, mturquette@...com,
linux-arch@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] clkdev: Add default clkdev.h
Hi Mark,
On Tue, 3 Jul 2012 16:23:35 +0100 Mark Brown <broonie@...nsource.wolfsonmicro.com> wrote:
>
> +static inline int __clk_get(clk) { return 1; }
> +static inline void __clk_put(clk) { }
struct clk;
static inline int __clk_get(struct clk *clk) { return 1; }
static inline void __clk_put(struct clk *clk) { }
--
Cheers,
Stephen Rothwell sfr@...b.auug.org.au
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists