Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294151
b: refs/heads/master
c: a313f9f
h: refs/heads/master
i:
  294149: 8d9cbb0
  294147: f0c51da
  294143: 518a0c1
v: v3
  • Loading branch information
Mark Brown committed Mar 1, 2012
1 parent 26f0cab commit 7229295
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d5b7d4f80ed6e861c1c220fd57e3dad0912526e
refs/heads/master: a313f9f565d84f2fcc81c818a6b0baaae752a821
7 changes: 7 additions & 0 deletions trunk/include/linux/regmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,13 @@ static inline int regcache_sync(struct regmap *map)
return -EINVAL;
}

static inline int regcache_sync_region(struct regmap *map, unsigned int min,
unsigned int max)
{
WARN_ONCE(1, "regmap API is disabled");
return -EINVAL;
}

static inline void regcache_cache_only(struct regmap *map, bool enable)
{
WARN_ONCE(1, "regmap API is disabled");
Expand Down

0 comments on commit 7229295

Please sign in to comment.