aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hostfs/hostfs_kern.c
diff options
context:
space:
mode:
authorAl Viro <viro@ZenIV.linux.org.uk>2012-10-08 03:27:32 +0100
committerRichard Weinberger <richard@nod.at>2012-10-09 22:28:45 +0200
commit37185b33240870719b6b5913a46e6a441f1ae96f (patch)
tree60a0f5adbb3d6b879a504defeddb3ff1ecff77d7 /fs/hostfs/hostfs_kern.c
parentum: move sysrq.h out of include/shared (diff)
downloadlinux-dev-37185b33240870719b6b5913a46e6a441f1ae96f.tar.xz
linux-dev-37185b33240870719b6b5913a46e6a441f1ae96f.zip
um: get rid of pointless include "..." where include <...> will do
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'fs/hostfs/hostfs_kern.c')
-rw-r--r--fs/hostfs/hostfs_kern.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/hostfs/hostfs_kern.c b/fs/hostfs/hostfs_kern.c
index 124146543aa7..9e45f65241ee 100644
--- a/fs/hostfs/hostfs_kern.c
+++ b/fs/hostfs/hostfs_kern.c
@@ -16,8 +16,8 @@
#include <linux/mount.h>
#include <linux/namei.h>
#include "hostfs.h"
-#include "init.h"
-#include "kern.h"
+#include <init.h>
+#include <kern.h>
struct hostfs_inode_info {
int fd;