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>
This commit is contained in:
Al Viro
2013-05-04 15:00:54 -04:00
parent 5ae98f1589
commit c0bd14af51
3 changed files with 4 additions and 12 deletions

View File

@@ -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.