Re: [PATCH] clkdev: Add default clkdev.h

From: Stephen Rothwell
Date: Tue Jul 03 2012 - 11:29:10 EST


Hi Mark,

On Tue, 3 Jul 2012 16:23:35 +0100 Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxx

Attachment: pgp00000.pgp
Description: PGP signature