]> git.baikalelectronics.ru Git - kernel.git/commit
regmap: fix compilation when !CONFIG_DEBUG_FS
authorStephen Warren <swarren@nvidia.com>
Fri, 6 Apr 2012 05:09:20 +0000 (23:09 -0600)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 13 Apr 2012 10:29:20 +0000 (11:29 +0100)
commit80320d6e8be759e854a1c8a72edf1dda57b4b00e
tree6ddf7a492798c4c0a5295dbe7460ed1f30f880dd
parente6069856a6d46a6e6a2bc53ae4aebc840f83fc47
regmap: fix compilation when !CONFIG_DEBUG_FS

Commit 79c64d5 "regmap: allow regmap instances to be named" changed the
prototype of regmap_debugfs_init, but didn't update the dummy inline used
when !CONFIG_DEBUGFS. Fix this.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/base/regmap/internal.h