Skip to content

Commit c70b17b

Browse files
Fabian Fredericktorvalds
authored andcommitted
fs/affs: remove redundant sys_tz declarations
sys_tz is already declared in include/linux/time.h Signed-off-by: Fabian Frederick <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 73516ac commit c70b17b

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

fs/affs/amigaffs.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
#include "affs.h"
1212

13-
extern struct timezone sys_tz;
14-
1513
static char ErrorBuffer[256];
1614

1715
/*

fs/affs/inode.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include "affs.h"
1515

1616
extern const struct inode_operations affs_symlink_inode_operations;
17-
extern struct timezone sys_tz;
1817

1918
struct inode *affs_iget(struct super_block *sb, unsigned long ino)
2019
{

fs/affs/super.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
#include <linux/writeback.h>
2121
#include "affs.h"
2222

23-
extern struct timezone sys_tz;
24-
2523
static int affs_statfs(struct dentry *dentry, struct kstatfs *buf);
2624
static int affs_remount (struct super_block *sb, int *flags, char *data);
2725

0 commit comments

Comments
 (0)