From: Matthew Sakai Date: Tue, 20 Feb 2024 03:23:07 +0000 (-0500) Subject: dm vdo: remove unnecessary indexer.h includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=61234f0bdabb5f3b9e26e582e6457a1a3b01cb79;p=linux.git dm vdo: remove unnecessary indexer.h includes Signed-off-by: Matthew Sakai Signed-off-by: Mike Snitzer --- 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"