[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4F5CCA59.3060905@xenotime.net>
Date: Sun, 11 Mar 2012 08:52:57 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: Mark Brown <broonie@...nsource.wolfsonmicro.com>
CC: linux-kernel@...r.kernel.org, patches@...nsource.wolfsonmicro.com
Subject: Re: [PATCH] regmap: Rejig struct declarations for stubbed API
On 03/11/2012 04:56 AM, Mark Brown wrote:
> Ensure we have a forward declaration of struct regmap that isn't just
> the return value of regmap_init() and make the definition of the
> register defaults available.
>
> Reported-by: Randy Dunlap <rdunlap@...otime.net>
> Signed-off-by: Mark Brown <broonie@...nsource.wolfsonmicro.com>
Acked-by: Randy Dunlap <rdunlap@...otime.net>
Thanks.
> ---
> include/linux/regmap.h | 5 +++--
> 1 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/include/linux/regmap.h b/include/linux/regmap.h
> index 33d5f1d..14b8252 100644
> --- a/include/linux/regmap.h
> +++ b/include/linux/regmap.h
> @@ -16,11 +16,10 @@
> #include <linux/device.h>
> #include <linux/list.h>
>
> -#ifdef CONFIG_REGMAP
> -
> struct module;
> struct i2c_client;
> struct spi_device;
> +struct regmap;
>
> /* An enum of all the supported cache types */
> enum regcache_type {
> @@ -42,6 +41,8 @@ struct reg_default {
> unsigned int def;
> };
>
> +#ifdef CONFIG_REGMAP
> +
> /**
> * Configuration for the register map of a device.
> *
--
~Randy
--
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