fat: remove redundant sys_tz declaration
sys_tz is already declared extern struct in include/linux/time.h Signed-off-by: Fabian Frederick <fabf@skynet.be> Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
54cc6cea73
commit
877aabd6ce
1 changed files with 0 additions and 2 deletions
|
@ -164,8 +164,6 @@ int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern struct timezone sys_tz;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The epoch of FAT timestamp is 1980.
|
* The epoch of FAT timestamp is 1980.
|
||||||
* : bits : value
|
* : bits : value
|
||||||
|
|
Loading…
Add table
Reference in a new issue