From 61234f0bdabb5f3b9e26e582e6457a1a3b01cb79 Mon Sep 17 00:00:00 2001 From: Matthew Sakai Date: Mon, 19 Feb 2024 22:23:07 -0500 Subject: [PATCH] dm vdo: remove unnecessary indexer.h includes Signed-off-by: Matthew Sakai Signed-off-by: Mike Snitzer --- drivers/md/dm-vdo/encodings.h | 1 - drivers/md/dm-vdo/vdo.h | 1 - 2 files changed, 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 #include -#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" -- 2.30.2