Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c70b17b6 authored by Fabian Frederick's avatar Fabian Frederick Committed by Linus Torvalds
Browse files

fs/affs: remove redundant sys_tz declarations



sys_tz is already declared in include/linux/time.h

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 73516ace
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -10,8 +10,6 @@


#include "affs.h"
#include "affs.h"


extern struct timezone sys_tz;

static char ErrorBuffer[256];
static char ErrorBuffer[256];


/*
/*
+0 −1
Original line number Original line Diff line number Diff line
@@ -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)
{
{
+0 −2
Original line number Original line Diff line number Diff line
@@ -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);