diff options
author | Nicolas Kaiser <nikai@nikai.net> | 2006-01-11 02:08:57 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-01-11 02:08:57 +0100 |
commit | c566c6dbf9cb0eed6e11ec7a4141e7af68ec2316 (patch) | |
tree | 00f57f4a687460779de8cb1a5450c046ea2b32e7 /fs/attr.c | |
parent | 0563572bf47efdc02a059b923d3c1e589783c019 (diff) | |
download | linux-3.10-c566c6dbf9cb0eed6e11ec7a4141e7af68ec2316.tar.gz linux-3.10-c566c6dbf9cb0eed6e11ec7a4141e7af68ec2316.tar.bz2 linux-3.10-c566c6dbf9cb0eed6e11ec7a4141e7af68ec2316.zip |
fs/attr.c: header included twice
Header included twice.
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'fs/attr.c')
-rw-r--r-- | fs/attr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/attr.c b/fs/attr.c index b34732506f1..d63e5096f2f 100644 --- a/fs/attr.c +++ b/fs/attr.c @@ -14,7 +14,6 @@ #include <linux/fcntl.h> #include <linux/quotaops.h> #include <linux/security.h> -#include <linux/time.h> /* Taken over from the old code... */ |