diff options
| author | Mark Brown <broonie@linaro.org> | 2013-11-24 09:35:18 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@linaro.org> | 2013-11-24 09:35:18 -0500 |
| commit | 30c27abd28fa168d7ebd2e5286f1fe473c74bfa9 (patch) | |
| tree | 9936b38c0c81cd430d5e75906c1207d127fe588c /include/linux/debugfs.h | |
| parent | 16ec790938d4f356c82fab27b9a9adf4d6fe19a6 (diff) | |
| parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff) | |
Merge tag 'v3.13-rc1' into asoc-arizona
Linux 3.13-rc1
Diffstat (limited to 'include/linux/debugfs.h')
| -rw-r--r-- | include/linux/debugfs.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/debugfs.h b/include/linux/debugfs.h index 263489d0788d..4d0b4d1aa132 100644 --- a/include/linux/debugfs.h +++ b/include/linux/debugfs.h | |||
| @@ -206,6 +206,12 @@ static inline struct dentry *debugfs_create_size_t(const char *name, umode_t mod | |||
| 206 | return ERR_PTR(-ENODEV); | 206 | return ERR_PTR(-ENODEV); |
| 207 | } | 207 | } |
| 208 | 208 | ||
| 209 | static inline struct dentry *debugfs_create_atomic_t(const char *name, umode_t mode, | ||
| 210 | struct dentry *parent, atomic_t *value) | ||
| 211 | { | ||
| 212 | return ERR_PTR(-ENODEV); | ||
| 213 | } | ||
| 214 | |||
| 209 | static inline struct dentry *debugfs_create_bool(const char *name, umode_t mode, | 215 | static inline struct dentry *debugfs_create_bool(const char *name, umode_t mode, |
| 210 | struct dentry *parent, | 216 | struct dentry *parent, |
| 211 | u32 *value) | 217 | u32 *value) |
| @@ -227,6 +233,12 @@ static inline struct dentry *debugfs_create_regset32(const char *name, | |||
| 227 | return ERR_PTR(-ENODEV); | 233 | return ERR_PTR(-ENODEV); |
| 228 | } | 234 | } |
| 229 | 235 | ||
| 236 | static inline int debugfs_print_regs32(struct seq_file *s, const struct debugfs_reg32 *regs, | ||
| 237 | int nregs, void __iomem *base, char *prefix) | ||
| 238 | { | ||
| 239 | return 0; | ||
| 240 | } | ||
| 241 | |||
| 230 | static inline bool debugfs_initialized(void) | 242 | static inline bool debugfs_initialized(void) |
| 231 | { | 243 | { |
| 232 | return false; | 244 | return false; |
