提交 c70b17b6 编写于 作者: F Fabian Frederick 提交者: Linus Torvalds

fs/affs: remove redundant sys_tz declarations

sys_tz is already declared in include/linux/time.h
Signed-off-by: NFabian Frederick <fabf@skynet.be>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 73516ace
...@@ -10,8 +10,6 @@ ...@@ -10,8 +10,6 @@
#include "affs.h" #include "affs.h"
extern struct timezone sys_tz;
static char ErrorBuffer[256]; static char ErrorBuffer[256];
/* /*
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#include "affs.h" #include "affs.h"
extern const struct inode_operations affs_symlink_inode_operations; extern const struct inode_operations affs_symlink_inode_operations;
extern struct timezone sys_tz;
struct inode *affs_iget(struct super_block *sb, unsigned long ino) struct inode *affs_iget(struct super_block *sb, unsigned long ino)
{ {
......
...@@ -20,8 +20,6 @@ ...@@ -20,8 +20,6 @@
#include <linux/writeback.h> #include <linux/writeback.h>
#include "affs.h" #include "affs.h"
extern struct timezone sys_tz;
static int affs_statfs(struct dentry *dentry, struct kstatfs *buf); static int affs_statfs(struct dentry *dentry, struct kstatfs *buf);
static int affs_remount (struct super_block *sb, int *flags, char *data); static int affs_remount (struct super_block *sb, int *flags, char *data);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册