aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2016-11-01 07:40:15 -0600
committerJens Axboe <axboe@fb.com>2016-11-01 09:43:26 -0600
commit9f08217120568afdfb59973a89a675e649c0096d (patch)
tree25d4d677d1b8972a76b64ec27248805a802e3e9a /include/linux/ceph
parentarm, arm64: don't include blk_types.h in <asm/io.h> (diff)
downloadlinux-dev-9f08217120568afdfb59973a89a675e649c0096d.tar.xz
linux-dev-9f08217120568afdfb59973a89a675e649c0096d.zip
ceph: don't include blk_types.h in messenger.h
The file only needs the struct bvec_iter delcaration, which is available from bvec.h. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux/ceph')
-rw-r--r--include/linux/ceph/messenger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ceph/messenger.h b/include/linux/ceph/messenger.h
index 8dbd7879fdc6..67bcef2ecddb 100644
--- a/include/linux/ceph/messenger.h
+++ b/include/linux/ceph/messenger.h
@@ -1,7 +1,7 @@
#ifndef __FS_CEPH_MESSENGER_H
#define __FS_CEPH_MESSENGER_H
-#include <linux/blk_types.h>
+#include <linux/bvec.h>
#include <linux/kref.h>
#include <linux/mutex.h>
#include <linux/net.h>