From: Jiapeng Chong Date: Sun, 28 Sep 2025 01:31:10 +0000 (+0800) Subject: nvdimm: Remove duplicate linux/slab.h header X-Git-Tag: v6.18-rc1~58^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c34f2b6f89ad4f31db15f9c658b597e23bacdf8;p=thirdparty%2Fkernel%2Fstable.git nvdimm: Remove duplicate linux/slab.h header ./drivers/nvdimm/bus.c: linux/slab.h is included more than once. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=25516 Signed-off-by: Jiapeng Chong Signed-off-by: Ira Weiny --- diff --git a/drivers/nvdimm/bus.c b/drivers/nvdimm/bus.c index ad3a0493f474..87178a53ff9c 100644 --- a/drivers/nvdimm/bus.c +++ b/drivers/nvdimm/bus.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include