Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266981
b: refs/heads/master
c: bbcf61c
h: refs/heads/master
i:
  266979: 5d5c5da
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Mark Brown committed Sep 5, 2011
1 parent 463e697 commit 02cba34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f306441e97f8f9d27c43a536360fe221f675a71
refs/heads/master: bbcf61ca8dcf093bd030a4dafb662b714676652d
6 changes: 3 additions & 3 deletions trunk/drivers/base/regmap/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ extern void regmap_debugfs_initcall(void);
extern void regmap_debugfs_init(struct regmap *map);
extern void regmap_debugfs_exit(struct regmap *map);
#else
void regmap_debugfs_initcall(void) { }
void regmap_debugfs_init(struct regmap *map) { }
void regmap_debugfs_exit(struct regmap *map) { }
static inline void regmap_debugfs_initcall(void) { }
static inline void regmap_debugfs_init(struct regmap *map) { }
static inline void regmap_debugfs_exit(struct regmap *map) { }
#endif

#endif

0 comments on commit 02cba34

Please sign in to comment.