Skip to content

Commit

Permalink
fs/affs: remove redundant sys_tz declarations
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Fabian Frederick authored and torvalds committed Oct 14, 2014
1 parent 73516ac commit c70b17b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions fs/affs/amigaffs.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

#include "affs.h"

extern struct timezone sys_tz;

static char ErrorBuffer[256];

/*
Expand Down
1 change: 0 additions & 1 deletion fs/affs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "affs.h"

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)
{
Expand Down
2 changes: 0 additions & 2 deletions fs/affs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#include <linux/writeback.h>
#include "affs.h"

extern struct timezone sys_tz;

static int affs_statfs(struct dentry *dentry, struct kstatfs *buf);
static int affs_remount (struct super_block *sb, int *flags, char *data);

Expand Down

0 comments on commit c70b17b

Please sign in to comment.