diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2015-04-14 20:55:13 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2015-04-22 18:33:42 +0300 |
commit | 9be6df215a1baa57ccad0c388daeb2ad8f8d99ee (patch) | |
tree | 0253665ff18dbb94e68e984900a36c1bea4677a7 /net | |
parent | ec137c10e720e5cf085504332ee1bf380241ed69 (diff) | |
download | linux-9be6df215a1baa57ccad0c388daeb2ad8f8d99ee.tar.gz linux-9be6df215a1baa57ccad0c388daeb2ad8f8d99ee.tar.bz2 linux-9be6df215a1baa57ccad0c388daeb2ad8f8d99ee.zip |
crush: drop unnecessary include from mapper.c
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/ceph/crush/mapper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ceph/crush/mapper.c b/net/ceph/crush/mapper.c index a1ef53c04415..5549fb609358 100644 --- a/net/ceph/crush/mapper.c +++ b/net/ceph/crush/mapper.c @@ -20,7 +20,6 @@ #include <linux/crush/crush.h> #include <linux/crush/hash.h> -#include <linux/crush/mapper.h> /* * Implement the core CRUSH mapping algorithm. |