X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fdebugfs.h;h=af0e01d4c663a101f48614e40d006ed6272d5c36;hb=5ee810072175042775e39bdd3eaaa68884c27805;hp=0f5c33b0bd3ef03e6230729a4fd15dae5fd68778;hpb=5376071069ec8a7e6a8112beab16fc24f5139475;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/debugfs.h b/include/linux/debugfs.h index 0f5c33b0bd3..af0e01d4c66 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) {