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)
commit6a8d2511e13fdcabe4ee8460347115a50c32b0a8
tree6ddf7a492798c4c0a5295dbe7460ed1f30f880dd
parent4b5c0186e48c8d14fd7c38ff99b8d1b9aa475432
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