From patchwork Tue Apr 6 08:20:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Leizhen (ThunderTown)" X-Patchwork-Id: 12184477 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9F1FC433B4 for ; Tue, 6 Apr 2021 08:21:17 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6D0226117A for ; Tue, 6 Apr 2021 08:21:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6D0226117A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID:Date: Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=EVj2RR/LDLqK+ECcd9DiWfcGzw6NSqZSHrGP4PbnthI=; b=coWOfWGGs1MTLEXM86Gb0kHkK uTwRZWqX+Sa5Xm9zJnEFbbXRK4gAE82P72XrVre/ZNPCzXwFgFWSxIkL8yHD3qo2yiFr9pBGn7A2q LpoDq8jdZ2bK0J8z3Glu/ng8fJf/L6iYd2L/1dAoNxpBy7xkZXySzqhDd7o0l6q8NVVulh6u58I+r zp3Df39lwfVWHM+aRDl5RMZNkzRDT0eu/yGtr0FJGp8FD9LYmFxWgV2e6eYeTjitvZ/Yb+/hTxxh2 GNWCDFw7HO69DylIKiDlkFlu72kwiPq1MaYZFVk/mfehYX3pnwO4nKMevYd6Z+LXe7QhZFPpSnuIc 2F4AaFboA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lTgxM-001qpW-BG; Tue, 06 Apr 2021 08:21:04 +0000 Received: from szxga05-in.huawei.com ([45.249.212.191]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lTgxI-001qoB-HK for linux-riscv@lists.infradead.org; Tue, 06 Apr 2021 08:21:02 +0000 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4FF0m275gRzwRMx; Tue, 6 Apr 2021 16:18:42 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.179.202) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.498.0; Tue, 6 Apr 2021 16:20:44 +0800 From: Zhen Lei To: Damien Le Moal , Arnd Bergmann , Linus Walleij , linux-riscv , linux-gpio , linux-kernel CC: Zhen Lei Subject: [PATCH v2 1/1] bus: bt1-apb: Remove duplicated header file inclusion Date: Tue, 6 Apr 2021 16:20:34 +0800 Message-ID: <20210406082034.2371-2-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 In-Reply-To: <20210406082034.2371-1-thunder.leizhen@huawei.com> References: <20210406082034.2371-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.174.179.202] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210406_092100_849564_42C2B273 X-CRM114-Status: UNSURE ( 7.30 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@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-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Delete one of the header files that are included twice, all included header files are then rearranged alphabetically. Signed-off-by: Zhen Lei --- drivers/bus/bt1-apb.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/drivers/bus/bt1-apb.c b/drivers/bus/bt1-apb.c index b25ff941e7c7f52..f7d3d2851a6cc48 100644 --- a/drivers/bus/bt1-apb.c +++ b/drivers/bus/bt1-apb.c @@ -8,22 +8,21 @@ * Baikal-T1 APB-bus driver */ -#include -#include -#include -#include #include -#include +#include +#include #include #include +#include +#include #include #include +#include #include -#include #include -#include -#include #include +#include +#include #define APB_EHB_ISR 0x00 #define APB_EHB_ISR_PENDING BIT(0)