diff options
author | Yang Ruirui <ruirui.r.yang@tieto.com> | 2011-01-14 15:51:04 +0800 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-17 01:50:52 -0500 |
commit | eb745dbccce56f1bbe3f80b95ad2a325145171c2 (patch) | |
tree | 31bf7fc84799680b23f59b7d65a5221b768e57a1 /fs/gfs2 | |
parent | b1e75df45a3d8a490b8648e44632debc5eea04b1 (diff) | |
download | op-kernel-dev-eb745dbccce56f1bbe3f80b95ad2a325145171c2.zip op-kernel-dev-eb745dbccce56f1bbe3f80b95ad2a325145171c2.tar.gz |
staging: smbfs building fix
Building error for smbfs:
drivers/staging/smbfs/dir.c:286: error: static declaration of 'smbfs_dentry_operations' follows non-static declaration
drivers/staging/smbfs/proto.h:42: error: previous declaration of 'smbfs_dentry_operations' was here
drivers/staging/smbfs/dir.c:294: error: static declaration of 'smbfs_dentry_operations_case' follows non-static declaration
drivers/staging/smbfs/proto.h:41: error: previous declaration of 'smbfs_dentry_operations_case' was here
make[3]: *** [drivers/staging/smbfs/dir.o] Error 1
make[2]: *** [drivers/staging/smbfs] Error 2
make[1]: *** [drivers/staging] Error 2
make[1]: *** Waiting for unfinished jobs....
Fix it by removing static keywords
Signed-off-by: Yang Ruirui <ruirui.r.yang@tieto.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/gfs2')
0 files changed, 0 insertions, 0 deletions