diff mbox series

[1/2] dm vdo: remove unnecessary indexer.h includes

Message ID b8d042b133b6aa9953fd170abef46876a4aaafd9.1709266548.git.msakai@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: Mike Snitzer
Headers show
Series dm vdo: move indexer to sub-directory | expand

Commit Message

Matthew Sakai March 1, 2024, 4:17 a.m. UTC
Signed-off-by: Matthew Sakai <msakai@redhat.com>
---
 drivers/md/dm-vdo/encodings.h | 1 -
 drivers/md/dm-vdo/vdo.h       | 1 -
 2 files changed, 2 deletions(-)
diff mbox series

Patch

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"