lkml.org 
[lkml]   [2016]   [Apr]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v1 2/3] regmap: add dummy regmap_can_raw_write() to header
Date
This patch adds dummy function for regmap_can_raw_write() in the header
file, so that the code can be atleast compiled without regmap enabled.
This kind of setup is mostly tested using randomconfig or zero
day-testing.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
include/linux/regmap.h | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/include/linux/regmap.h b/include/linux/regmap.h
index be3da4c..c060b9b 100644
--- a/include/linux/regmap.h
+++ b/include/linux/regmap.h
@@ -1052,6 +1052,12 @@ static inline bool regmap_can_raw_read(struct regmap *map)
return false;
}

+static inline bool regmap_can_raw_write(struct regmap *map)
+{
+ WARN_ONCE(1, "regmap API is disabled");
+ return false;
+}
+
static inline int regmap_register_patch(struct regmap *map,
const struct reg_sequence *regs,
int num_regs)
--
2.5.0
\
 
 \ /
  Last update: 2016-04-13 20:01    [W:0.050 / U:0.904 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site