diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2009-01-29 11:56:45 +0900 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2009-01-29 11:56:45 +0900 |
| commit | e4e3c3f17fdb78282e3d9b4af7ec90d6e65798eb (patch) | |
| tree | b7018503c1b343e46b9a406855e64ec13bd62d6a /include/linux/debugfs.h | |
| parent | ae5e6d05a606e05e054f816bd01e02f69d38d283 (diff) | |
| parent | c20f326a62c046ee958c3aa584f183201adb229f (diff) | |
Merge branch 'sh/stable-updates'
Diffstat (limited to 'include/linux/debugfs.h')
| -rw-r--r-- | include/linux/debugfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/debugfs.h b/include/linux/debugfs.h index 0f5c33b0bd3e..af0e01d4c663 100644 --- a/include/linux/debugfs.h +++ b/include/linux/debugfs.h @@ -162,7 +162,7 @@ static inline struct dentry *debugfs_create_x32(const char *name, mode_t mode, return ERR_PTR(-ENODEV); } -struct dentry *debugfs_create_size_t(const char *name, mode_t mode, +static inline struct dentry *debugfs_create_size_t(const char *name, mode_t mode, struct dentry *parent, size_t *value) { |
