]> Pileus Git - ~andy/linux/commit
regmap: Unexport regcache_write() and regcache_read()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 25 Jan 2012 20:46:53 +0000 (20:46 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 25 Jan 2012 21:20:49 +0000 (21:20 +0000)
commit7e53b195e412a813e915843adc7e4d91868e8e94
tree894a83b52939e7e67b7e29a54aef2ab1ad4d1e0b
parent82159ba8e6ef8c38e3e0452d90b4ff8da9e4b2c1
regmap: Unexport regcache_write() and regcache_read()

They have no current users which is fortunate as they don't take the lock
and therefore aren't safe to use externally. We'll need to add new
operations if direct cache access is needed.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/base/regmap/regcache.c