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>
Tue, 10 Apr 2012 09:31:41 +0000 (10:31 +0100)
commitabec95adefaeb2229cb28de65f3d32cd149b9dd9
tree110b04593add3dc835c7497c93b6431e322770b5
parentd3c242e1f22f5dfed009296ee45ce896153f0b53
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
This page took 0.026308 seconds and 5 git commands to generate.