aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/base/regmap/internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/base/regmap/internal.h b/drivers/base/regmap/internal.h
index 7e14d5a6f53e..a98493cde5c3 100644
--- a/drivers/base/regmap/internal.h
+++ b/drivers/base/regmap/internal.h
@@ -61,9 +61,9 @@ extern void regmap_debugfs_initcall(void);
61extern void regmap_debugfs_init(struct regmap *map); 61extern void regmap_debugfs_init(struct regmap *map);
62extern void regmap_debugfs_exit(struct regmap *map); 62extern void regmap_debugfs_exit(struct regmap *map);
63#else 63#else
64void regmap_debugfs_initcall(void) { } 64static inline void regmap_debugfs_initcall(void) { }
65void regmap_debugfs_init(struct regmap *map) { } 65static inline void regmap_debugfs_init(struct regmap *map) { }
66void regmap_debugfs_exit(struct regmap *map) { } 66static inline void regmap_debugfs_exit(struct regmap *map) { }
67#endif 67#endif
68 68
69#endif 69#endif