[PATCH] block: don't include blk-integrity.h in bdev.c
Christoph Hellwig <[email protected]> Mon, 10 Aug 2026 07:45:59 -0700
| Newsgroups | org.kernel.vger.linux-block |
|---|---|
| Message-ID | <[email protected]> |
Not needed, probably since this file was split out. Signed-off-by: Christoph Hellwig <[email protected]> --- block/bdev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/block/bdev.c b/block/bdev.c index 85ce57bd2ae4..90baef0bd174 100644 --- a/block/bdev.c +++ b/block/bdev.c @@ -12,7 +12,6 @@ #include <linux/major.h> #include <linux/device_cgroup.h> #include <linux/blkdev.h> -#include <linux/blk-integrity.h> #include <linux/backing-dev.h> #include <linux/module.h> #include <linux/blkpg.h> -- 2.53.0