From mboxrd@z Thu Jan 1 00:00:00 1970 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 82037EB64DC for ; Thu, 20 Jul 2023 11:22:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231181AbjGTLW0 (ORCPT ); Thu, 20 Jul 2023 07:22:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229503AbjGTLWY (ORCPT ); Thu, 20 Jul 2023 07:22:24 -0400 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 97097BB for ; Thu, 20 Jul 2023 04:22:23 -0700 (PDT) Received: from kwepemi500011.china.huawei.com (unknown [172.30.72.54]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4R69Dj04tWzNmSn; Thu, 20 Jul 2023 19:19:00 +0800 (CST) Received: from [10.67.103.39] (10.67.103.39) by kwepemi500011.china.huawei.com (7.221.188.124) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Thu, 20 Jul 2023 19:22:20 +0800 Message-ID: <64B918EC.7080606@hisilicon.com> Date: Thu, 20 Jul 2023 19:22:20 +0800 From: Wei Xu User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Rob Herring , Russell King CC: , Subject: Re: [PATCH] ARM: hisi: Drop unused includes References: <20230717225639.3214794-1-robh@kernel.org> In-Reply-To: <20230717225639.3214794-1-robh@kernel.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.103.39] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To kwepemi500011.china.huawei.com (7.221.188.124) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob, On 2023/7/18 6:56, Rob Herring wrote: > of_platform.h is not needed, so drop it. > > Signed-off-by: Rob Herring Applied to the HiSilicon arm32 SoC tree. Thanks! Best Regards, Wei > --- > arch/arm/mach-hisi/hotplug.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/mach-hisi/hotplug.c b/arch/arm/mach-hisi/hotplug.c > index c517941416f1..f5655ad1c351 100644 > --- a/arch/arm/mach-hisi/hotplug.c > +++ b/arch/arm/mach-hisi/hotplug.c > @@ -8,7 +8,6 @@ > #include > #include > #include > -#include > #include > #include > #include "core.h" >