diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 15:08:59 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 09:15:13 -0400 |
commit | 548fd1e8dba90bea674f5969d73498959d83924b (patch) | |
tree | 86dec572be14499d01b1e3444032a0a5a52ae0d3 /fs | |
parent | fced95cacfc21b441ab33f5e7bbc750327e80325 (diff) |
um: kill useless include of user.h
everything in USER_OBJ gets it via -include user.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/hostfs/hostfs_user.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/hostfs/hostfs_user.c b/fs/hostfs/hostfs_user.c index d51a98384bc0..dd7bc38a3825 100644 --- a/fs/hostfs/hostfs_user.c +++ b/fs/hostfs/hostfs_user.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include <sys/vfs.h> | 16 | #include <sys/vfs.h> |
17 | #include "hostfs.h" | 17 | #include "hostfs.h" |
18 | #include "os.h" | 18 | #include "os.h" |
19 | #include "user.h" | ||
20 | #include <utime.h> | 19 | #include <utime.h> |
21 | 20 | ||
22 | static void stat64_to_hostfs(const struct stat64 *buf, struct hostfs_stat *p) | 21 | static void stat64_to_hostfs(const struct stat64 *buf, struct hostfs_stat *p) |