kill fs/read_write.h
[linux-2.6-block.git] / fs / read_write.h
diff --git a/fs/read_write.h b/fs/read_write.h
deleted file mode 100644 (file)
index 0ec530d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
- * This file is only for sharing some helpers from read_write.c with compat.c.
- * Don't use anywhere else.
- */
-
-
-typedef ssize_t (*io_fn_t)(struct file *, char __user *, size_t, loff_t *);
-typedef ssize_t (*iov_fn_t)(struct kiocb *, const struct iovec *,
-               unsigned long, loff_t);