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)
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>

No differences found