aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2004-07-04 20:26:20 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-07-04 20:26:20 -0700
commitbc2a61f3701a973aab9d5d23b25ed83eda4a17b6 (patch)
tree17909c8b6acace2a10a51fbb17066f2fc61c9158 /fs
parent488facdfec9118241e8c5564ed60b6975571dcea (diff)
downloadhistory-bc2a61f3701a973aab9d5d23b25ed83eda4a17b6.tar.gz
[PATCH] gcc 3.5 fixes
gcc 3.5 is warning about static vs non static function declarations. The following patch removes function prototypes in .h files where possible and changes prototypes to be static elsewhere. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/cifs/cifsfs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c
index 1fe2654a73a2cb..0170ad6bcd03a7 100644
--- a/fs/cifs/cifsfs.c
+++ b/fs/cifs/cifsfs.c
@@ -48,8 +48,6 @@
static struct quotactl_ops cifs_quotactl_ops;
#endif
-extern struct file_system_type cifs_fs_type;
-
int cifsFYI = 0;
int cifsERROR = 1;
int traceSMB = 0;