diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2015-04-14 13:55:13 -0400 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2015-04-22 11:33:42 -0400 |
commit | 9be6df215a1baa57ccad0c388daeb2ad8f8d99ee (patch) | |
tree | 0253665ff18dbb94e68e984900a36c1bea4677a7 /net/ceph | |
parent | ec137c10e720e5cf085504332ee1bf380241ed69 (diff) |
crush: drop unnecessary include from mapper.c
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'net/ceph')
-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 @@ | |||
20 | 20 | ||
21 | #include <linux/crush/crush.h> | 21 | #include <linux/crush/crush.h> |
22 | #include <linux/crush/hash.h> | 22 | #include <linux/crush/hash.h> |
23 | #include <linux/crush/mapper.h> | ||
24 | 23 | ||
25 | /* | 24 | /* |
26 | * Implement the core CRUSH mapping algorithm. | 25 | * Implement the core CRUSH mapping algorithm. |