diff --git a/[refs] b/[refs] index d7699a520f6d..8238d26a59cc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4503efd0891c40e30928afb4b23dc3f99c62a6b2 +refs/heads/master: 8adb711f3668b034e7b956fac951ed08b53e0d55 diff --git a/trunk/include/linux/debugfs.h b/trunk/include/linux/debugfs.h index 23936b16426b..0f5c33b0bd3e 100644 --- a/trunk/include/linux/debugfs.h +++ b/trunk/include/linux/debugfs.h @@ -162,6 +162,13 @@ 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, + struct dentry *parent, + size_t *value) +{ + return ERR_PTR(-ENODEV); +} + static inline struct dentry *debugfs_create_bool(const char *name, mode_t mode, struct dentry *parent, u32 *value)