Merge branch 'x86/uaccess' into core/percpu
[firefly-linux-kernel-4.4.55.git] / include / linux / debugfs.h
index 0f5c33b0bd3ef03e6230729a4fd15dae5fd68778..af0e01d4c663a101f48614e40d006ed6272d5c36 100644 (file)
@@ -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)
 {