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: firefly_0821_release~176^2~3067^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=50b220bbe7092bbfe4406adfe3a216337a64655d;p=firefly-linux-kernel-4.4.55.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 857ec7e3016f..f620e9678dd5 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);