summaryrefslogtreecommitdiff
path: root/fs/compat.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2013-05-04 15:00:54 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2013-05-04 15:00:54 -0400
commitc0bd14af51a470895448f88edd1315c4fa0b0d27 (patch)
treeb13af29d9c556f90e373bc3a7c266469d043694d /fs/compat.c
parent5ae98f1589e076e4b314fc54ae2beac58842ddc2 (diff)
kill fs/read_write.h
fs/compat.c doesn't need it anymore, so let's just move the remaining contents (two typedefs) into fs/read_write.c Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/compat.c')
-rw-r--r--fs/compat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/compat.c b/fs/compat.c
index d0560c93973d..93f7d021b716 100644
--- a/fs/compat.c
+++ b/fs/compat.c
@@ -67,8 +67,6 @@ int compat_printk(const char *fmt, ...)
return ret;
}
-#include "read_write.h"
-
/*
* Not all architectures have sys_utime, so implement this in terms
* of sys_utimes.