aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
diff options
context:
space:
mode:
authorMatthew Sakai <msakai@redhat.com>2024-02-19 22:23:07 -0500
committerMike Snitzer <snitzer@kernel.org>2024-03-04 15:07:55 -0500
commit61234f0bdabb5f3b9e26e582e6457a1a3b01cb79 (patch)
tree2b8e38f680e0891bd350a3834a04438d3d772041 /drivers/md
parent81c751ad1b7f55e0ae04c51bb29c7d855754e3b3 (diff)
downloadlinux-61234f0bdabb5f3b9e26e582e6457a1a3b01cb79.tar.gz
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')
-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 18794fd59b0bb..e5ff2b0aaa797 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 3938e519ae6a5..01558fc67f241 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"