From nobody Thu Feb 12 05:09:56 2026 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E0403EE3F01 for ; Fri, 15 Sep 2023 05:58:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232179AbjIOF65 (ORCPT ); Fri, 15 Sep 2023 01:58:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37792 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232120AbjIOF6y (ORCPT ); Fri, 15 Sep 2023 01:58:54 -0400 Received: from out30-130.freemail.mail.aliyun.com (out30-130.freemail.mail.aliyun.com [115.124.30.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EECD419A6 for ; Thu, 14 Sep 2023 22:58:48 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R521e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046059;MF=yang.lee@linux.alibaba.com;NM=1;PH=DS;RN=6;SR=0;TI=SMTPD_---0Vs5xRfp_1694757525; Received: from localhost(mailfrom:yang.lee@linux.alibaba.com fp:SMTPD_---0Vs5xRfp_1694757525) by smtp.aliyun-inc.com; Fri, 15 Sep 2023 13:58:46 +0800 From: Yang Li To: bhe@redhat.com Cc: vgoyal@redhat.com, dyoung@redhat.com, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, Yang Li Subject: [PATCH -next] crash_core: Remove duplicated include in crash_core.c Date: Fri, 15 Sep 2023 13:58:44 +0800 Message-Id: <20230915055844.37935-1-yang.lee@linux.alibaba.com> X-Mailer: git-send-email 2.20.1.7.g153144c MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" ./kernel/crash_core.c: linux/kexec.h is included more than once. Signed-off-by: Yang Li Reviewed-by: Simon Horman --- kernel/crash_core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/crash_core.c b/kernel/crash_core.c index 1a77d466eaed..90fc1b636ba0 100644 --- a/kernel/crash_core.c +++ b/kernel/crash_core.c @@ -13,7 +13,6 @@ #include #include #include -#include #include =20 #include --=20 2.20.1.7.g153144c