diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-05-04 15:00:54 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-05-04 15:00:54 -0400 |
commit | c0bd14af51a470895448f88edd1315c4fa0b0d27 (patch) | |
tree | b13af29d9c556f90e373bc3a7c266469d043694d /fs/compat.c | |
parent | 5ae98f1589e076e4b314fc54ae2beac58842ddc2 (diff) | |
download | op-kernel-dev-c0bd14af51a470895448f88edd1315c4fa0b0d27.zip op-kernel-dev-c0bd14af51a470895448f88edd1315c4fa0b0d27.tar.gz |
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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/compat.c b/fs/compat.c index d0560c9..93f7d02 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. |