From: Al Viro Date: Sun, 12 Oct 2014 18:21:38 +0000 (-0400) Subject: reiserfs: remove pointless forward declaration of struct nameidata X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=50b220bbe7092bbfe4406adfe3a216337a64655d;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.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);