lkml.org 
[lkml]   [2012]   [Mar]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] regmap: Rejig struct declarations for stubbed API
Date
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@xenotime.net>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
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.
*
--
1.7.9.1


\
 
 \ /
  Last update: 2012-03-11 12:59    [W:0.038 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site