summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo
diff options
context:
space:
mode:
authorMatthew Sakai <msakai@redhat.com>2024-02-20 06:23:07 +0300
committerMike Snitzer <snitzer@kernel.org>2024-03-04 23:07:55 +0300
commit61234f0bdabb5f3b9e26e582e6457a1a3b01cb79 (patch)
tree2b8e38f680e0891bd350a3834a04438d3d772041 /drivers/md/dm-vdo
parent81c751ad1b7f55e0ae04c51bb29c7d855754e3b3 (diff)
downloadlinux-61234f0bdabb5f3b9e26e582e6457a1a3b01cb79.tar.xz
dm vdo: remove unnecessary indexer.h includes
Signed-off-by: Matthew Sakai <msakai@redhat.com> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md/dm-vdo')
-rw-r--r--drivers/md/dm-vdo/encodings.h1
-rw-r--r--drivers/md/dm-vdo/vdo.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/md/dm-vdo/encodings.h b/drivers/md/dm-vdo/encodings.h
index 18794fd59b0b..e5ff2b0aaa79 100644
--- a/drivers/md/dm-vdo/encodings.h
+++ b/drivers/md/dm-vdo/encodings.h
@@ -11,7 +11,6 @@
#include <linux/limits.h>
#include <linux/uuid.h>
-#include "indexer.h"
#include "numeric.h"
#include "constants.h"
diff --git a/drivers/md/dm-vdo/vdo.h b/drivers/md/dm-vdo/vdo.h
index 3938e519ae6a..01558fc67f24 100644
--- a/drivers/md/dm-vdo/vdo.h
+++ b/drivers/md/dm-vdo/vdo.h
@@ -17,7 +17,6 @@
#include "admin-state.h"
#include "encodings.h"
#include "funnel-workqueue.h"
-#include "indexer.h"
#include "packer.h"
#include "physical-zone.h"
#include "statistics.h"