From patchwork Fri Dec 15 06:40:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Jinchao X-Patchwork-Id: 13494025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 30E35C4332F for ; Fri, 15 Dec 2023 06:40:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:CC:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=mgv3kjV8GXugbfTGBmHUKYBG1u8Y1UF0dt2c67qG3ow=; b=zbrRYkfE3vhyBI zjRC3KlB8knF7GArpBXNrP3B8/75u+1eOwbPIK6tX91yrDB1EzkEG205yOP2m4EdywzBaLb3R1A8V 92QdsYZA8qoaLkJJrdIQjPI9ttVUAtTOvSxeWePhaAHpDOFecbbWuwb+aWEk5aq/edGS9T4kZIyBs ixFlfAVSLiYMCBKN0yeOZpPDSQunfaRrAiqKLSTEWuuOHnLJ5O9Cl08t7c07j3WOYWYz0RlUwVlXY nox+YjGjWzvI4bsH2JixcAAQy82w7K6MASgvVJD1H6mcY9e7AxbhPsvV/n11HtWDsG83JO2iVbS7K QHf8fNZsLAFb6/F7IiKg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rE1rz-002CmU-38; Fri, 15 Dec 2023 06:40:23 +0000 Received: from wxsgout03.xfusion.com ([36.139.52.80] helo=wxsgout04.xfusion.com) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rE1ru-002Clq-1o for linux-arm-kernel@lists.infradead.org; Fri, 15 Dec 2023 06:40:20 +0000 Received: from wuxshcsitd00600.xfusion.com (unknown [10.32.133.213]) by wxsgout04.xfusion.com (SkyGuard) with ESMTPS id 4Srzyj6gSGzB1wtF; Fri, 15 Dec 2023 14:36:45 +0800 (CST) Received: from localhost (10.82.147.3) by wuxshcsitd00600.xfusion.com (10.32.133.213) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Fri, 15 Dec 2023 14:40:08 +0800 Date: Fri, 15 Dec 2023 14:40:08 +0800 From: Wang Jinchao To: Catalin Marinas , Will Deacon , , CC: , Subject: [PATCH] arm64: memory: remove duplicated include Message-ID: <202312151439+0800-wangjinchao@xfusion.com> MIME-Version: 1.0 Content-Disposition: inline X-Originating-IP: [10.82.147.3] X-ClientProxiedBy: wuxshcsitd00602.xfusion.com (10.32.132.250) To wuxshcsitd00600.xfusion.com (10.32.133.213) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231214_224018_821595_12A36C25 X-CRM114-Status: UNSURE ( 6.79 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org remove duplicated include Signed-off-by: Wang Jinchao --- arch/arm64/include/asm/memory.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/include/asm/memory.h b/arch/arm64/include/asm/memory.h index fde4186cc387..27fc302a6d70 100644 --- a/arch/arm64/include/asm/memory.h +++ b/arch/arm64/include/asm/memory.h @@ -407,6 +407,5 @@ void dump_mem_limit(void); #define INIT_MEMBLOCK_MEMORY_REGIONS (INIT_MEMBLOCK_REGIONS * 8) #endif -#include #endif /* __ASM_MEMORY_H */