diff options
-rw-r--r-- | drivers/base/regmap/regcache.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/base/regmap/regcache.c b/drivers/base/regmap/regcache.c index 1ead66186b7c..99beccfad4d7 100644 --- a/drivers/base/regmap/regcache.c +++ b/drivers/base/regmap/regcache.c | |||
@@ -211,7 +211,6 @@ int regcache_read(struct regmap *map, | |||
211 | 211 | ||
212 | return -EINVAL; | 212 | return -EINVAL; |
213 | } | 213 | } |
214 | EXPORT_SYMBOL_GPL(regcache_read); | ||
215 | 214 | ||
216 | /** | 215 | /** |
217 | * regcache_write: Set the value of a given register in the cache. | 216 | * regcache_write: Set the value of a given register in the cache. |
@@ -238,7 +237,6 @@ int regcache_write(struct regmap *map, | |||
238 | 237 | ||
239 | return 0; | 238 | return 0; |
240 | } | 239 | } |
241 | EXPORT_SYMBOL_GPL(regcache_write); | ||
242 | 240 | ||
243 | /** | 241 | /** |
244 | * regcache_sync: Sync the register cache with the hardware. | 242 | * regcache_sync: Sync the register cache with the hardware. |