From nobody Thu Oct 2 03:27:46 2025 Received: from out30-118.freemail.mail.aliyun.com (out30-118.freemail.mail.aliyun.com [115.124.30.118]) (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 26D26AD24 for ; Tue, 23 Sep 2025 03:50:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.118 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758599441; cv=none; b=OgyYwZ2ud31ED6QRSe3yddp57e8B3wKup3jQhuutWb8ZvDMehY7ZWJbFFOUAKfLM91fSmN5PS2qKE7YAukZNClm1HvF8GgKtve3h/xfwd86lR800/VtK+TH3N0WaVt9YYaa2reZnGT/1YDekTA02sGZ+pauHiFEkxf7CSnmzNS4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758599441; c=relaxed/simple; bh=zYjfYu/UNyagZEz8NxVgnaI3Lb4coPtcxYLUhr8bS3o=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=DFMWVmmn66N/INpCIz6N0VLcBpQc2sr5JPWwV75r/nmaivHrENAFx/OzZ/MFILdbXzLm9LZ/IKbU/4q4n18nhCzTjwegFRLjRp8G55qIBQ3h+sZsJNmXK6Uf5fpDLBQkEJ9nw5l51U3Vkgivu29yF0zViwua+tWK9paUpykx+i0= 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=WCr1Vp/Z; arc=none smtp.client-ip=115.124.30.118 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="WCr1Vp/Z" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1758599430; h=From:To:Subject:Date:Message-ID:MIME-Version; bh=WL6+OcHWTMgKHuaivRlMnnLbtbjl+x9y2TqhTItfus8=; b=WCr1Vp/ZNkm1dETp50U06TZvT0zcpLtHdRypdZirvY6r9hAKCVR4bKuDe3Ra+S22F35XUq6HSALE9xdHznxql+60QspOe5GpFNcPl/IAmlLPw27dlWp5W+1dg05ywE/wDpMQV434uWMwV/e8lDFFOUOFlIkVS//xL1PkPHcGOH0= Received: from localhost(mailfrom:jiapeng.chong@linux.alibaba.com fp:SMTPD_---0WodT9v5_1758599425 cluster:ay36) by smtp.aliyun-inc.com; Tue, 23 Sep 2025 11:50:30 +0800 From: Jiapeng Chong To: catalin.marinas@arm.com Cc: will@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Jiapeng Chong , Abaci Robot Subject: [PATCH -next] arm64: cpufeature: Remove duplicate asm/mmu.h header Date: Tue, 23 Sep 2025 11:50:23 +0800 Message-ID: <20250923035023.3166679-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" ./arch/arm64/kernel/cpufeature.c: asm/mmu.h is included more than once. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=3D25461 Signed-off-by: Jiapeng Chong --- arch/arm64/kernel/cpufeature.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/kernel/cpufeature.c b/arch/arm64/kernel/cpufeature.c index 4e8021a96993..164605da920a 100644 --- a/arch/arm64/kernel/cpufeature.c +++ b/arch/arm64/kernel/cpufeature.c @@ -86,7 +86,6 @@ #include #include #include -#include #include #include #include --=20 2.43.5