From nobody Wed Oct 1 21:24:15 2025 Received: from out199-7.us.a.mail.aliyun.com (out199-7.us.a.mail.aliyun.com [47.90.199.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D2DB8190685 for ; Sun, 28 Sep 2025 01:36:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=47.90.199.7 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759023415; cv=none; b=WqCuruu+zqSXsPb6EtIrzG5COmDx/Cak7qWtL94u6kr+39j0SqSSBkETE1/BtVg01YOUsKAeS+jWA5+8pkOEJG+AwmO2MmidAC1Wo04LYhuePeQ1vPtceitDzgIAXshIjAwG7mcge8Y/nmypmrg5aJBeBOdVcMF9wBmu0ttbmPs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759023415; c=relaxed/simple; bh=wiVx8Eh8sdquqL75jnMJSQvFD99gEpPAxNZxBJFxFfo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=YlgFMtrUMBATqWftI0FGmMQhCREXtmCk9N+40XHn5zU75CjQYQNmBlzE3iePvbukjo7+BO7/SZMpwA2vuQHiD1OitudPLPA3paOcHs1/oIGsbVCqquuU93ld56NHoPvARqHDRxGns1HlDzIdjvMhSG/tbDubM4IXffkQwXbzxw8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=ydSFDA2k; arc=none smtp.client-ip=47.90.199.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="ydSFDA2k" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1759023396; h=From:To:Subject:Date:Message-ID:MIME-Version; bh=w7qIFaXWsgPPDvlUWsVnBfr1Mt30/fBDJ089QcbsNk0=; b=ydSFDA2kcrDPKkQ35XwBXVaFlm/DUEPF1LBLVDgpeOUSpLNLITsrAoMdJSlaKTfq8k9Daz35aHbLYOgO1D7Kxa2wRRpMFA8hBdb6plEH9p1bT5r47AXO6BQz8djZMtdKP11nGOY6cfT4Krg65q4rdjvCBm+rjsZZo2Uf8V0KuIw= Received: from localhost(mailfrom:jiapeng.chong@linux.alibaba.com fp:SMTPD_---0WowaYS9_1759023071 cluster:ay36) by smtp.aliyun-inc.com; Sun, 28 Sep 2025 09:31:19 +0800 From: Jiapeng Chong To: dan.j.williams@intel.com Cc: vishal.l.verma@intel.com, dave.jiang@intel.com, ira.weiny@intel.com, nvdimm@lists.linux.dev, linux-kernel@vger.kernel.org, Jiapeng Chong , Abaci Robot Subject: [PATCH -next] nvdimm: Remove duplicate linux/slab.h header Date: Sun, 28 Sep 2025 09:31:10 +0800 Message-ID: <20250928013110.1452090-1-jiapeng.chong@linux.alibaba.com> X-Mailer: git-send-email 2.43.5 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" ./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=3D25516 Signed-off-by: Jiapeng Chong Reviewed-by: Ira Weiny --- drivers/nvdimm/bus.c | 1 - 1 file changed, 1 deletion(-) 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 --=20 2.43.5