From: Al Viro Date: Sun, 12 Oct 2014 18:21:38 +0000 (-0400) Subject: reiserfs: remove pointless forward declaration of struct nameidata X-Git-Tag: v3.18-rc1~76^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50b220bbe7092bbfe4406adfe3a216337a64655d;p=thirdparty%2Fkernel%2Flinux.git reiserfs: remove pointless forward declaration of struct nameidata Signed-off-by: Al Viro --- diff --git a/fs/reiserfs/xattr.h b/fs/reiserfs/xattr.h index 857ec7e3016f5..f620e9678dd54 100644 --- a/fs/reiserfs/xattr.h +++ b/fs/reiserfs/xattr.h @@ -7,7 +7,6 @@ struct inode; struct dentry; struct iattr; struct super_block; -struct nameidata; int reiserfs_xattr_register_handlers(void) __init; void reiserfs_xattr_unregister_handlers(void);