|
@@ -106,7 +106,7 @@ extern void regmap_debugfs_init(struct regmap *map, const char *name);
|
|
|
extern void regmap_debugfs_exit(struct regmap *map);
|
|
extern void regmap_debugfs_exit(struct regmap *map);
|
|
|
#else
|
|
#else
|
|
|
static inline void regmap_debugfs_initcall(void) { }
|
|
static inline void regmap_debugfs_initcall(void) { }
|
|
|
-static inline void regmap_debugfs_init(struct regmap *map) { }
|
|
|
|
|
|
|
+static inline void regmap_debugfs_init(struct regmap *map, const char *name) { }
|
|
|
static inline void regmap_debugfs_exit(struct regmap *map) { }
|
|
static inline void regmap_debugfs_exit(struct regmap *map) { }
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|