diff options
author | Paul Osmialowski <p.osmialowsk@samsung.com> | 2015-04-27 14:18:02 +0200 |
---|---|---|
committer | Paul Osmialowski <p.osmialowsk@samsung.com> | 2015-04-27 14:20:32 +0200 |
commit | 0cbf5a622945064f203fb217969e46a1ab80543c (patch) | |
tree | 030536846f8d8b9d42fb64390c05f6b71fdd582a /compat/include/linux/uio.h | |
parent | f3d43ac9cb489af319d7017c77eeb660c6fdd9d9 (diff) | |
download | linux-3.10-sandbox/pawelo/kdbus-next-wip-next.tar.gz linux-3.10-sandbox/pawelo/kdbus-next-wip-next.tar.bz2 linux-3.10-sandbox/pawelo/kdbus-next-wip-next.zip |
kdbus: after previous commit: these files are not needed anymoresandbox/pawelo/kdbus-v4-backportsandbox/pawelo/kdbus-next-wip-next
Change-Id: I290b5ba230f2c5a3b249c5da20a7b8d947d4aa4b
Signed-off-by: Paul Osmialowski <p.osmialowsk@samsung.com>
Diffstat (limited to 'compat/include/linux/uio.h')
-rw-r--r-- | compat/include/linux/uio.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/compat/include/linux/uio.h b/compat/include/linux/uio.h index 84fcb4eac6c..6903220a124 100644 --- a/compat/include/linux/uio.h +++ b/compat/include/linux/uio.h @@ -5,18 +5,5 @@ /* other compatibility headers */ #include <linux/time64.h> -#include <linux/fs.h> - -enum { - ITER_IOVEC = 0, - ITER_KVEC = 2, - ITER_BVEC = 4, -}; - -void iov_iter_init(struct iov_iter *i, int direction, const struct iovec *iov, - unsigned long nr_segs, size_t count); - -void iov_iter_kvec(struct iov_iter *i, int direction, const struct kvec *kvec, - unsigned long nr_segs, size_t count); #endif /* _COMPAT_LINUX_UIO_H */ |