Subject: [PATCH 60/91] um: kill useless include of user.h

From: Al Viro
Date: Thu Aug 18 2011 - 15:09:07 EST



everything in USER_OBJ gets it via -include user.h

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
---
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 d51a983..dd7bc38 100644
--- a/fs/hostfs/hostfs_user.c
+++ b/fs/hostfs/hostfs_user.c
@@ -16,7 +16,6 @@
#include <sys/vfs.h>
#include "hostfs.h"
#include "os.h"
-#include "user.h"
#include <utime.h>

static void stat64_to_hostfs(const struct stat64 *buf, struct hostfs_stat *p)
--
1.7.2.5


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/