From patchwork Thu Sep 15 13:21:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: cuigaosheng X-Patchwork-Id: 12977369 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 035FAECAAA1 for ; Thu, 15 Sep 2022 13:22:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229649AbiIONWG (ORCPT ); Thu, 15 Sep 2022 09:22:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60518 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229695AbiIONWD (ORCPT ); Thu, 15 Sep 2022 09:22:03 -0400 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B72085FE3 for ; Thu, 15 Sep 2022 06:22:00 -0700 (PDT) Received: from kwepemi500012.china.huawei.com (unknown [172.30.72.54]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4MSyTb31pdznTyF; Thu, 15 Sep 2022 21:19:15 +0800 (CST) Received: from cgs.huawei.com (10.244.148.83) by kwepemi500012.china.huawei.com (7.221.188.12) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Thu, 15 Sep 2022 21:21:57 +0800 From: Gaosheng Cui To: , , , , , , , , , CC: Subject: [PATCH 0/7] Remove orphan declarations for mips Date: Thu, 15 Sep 2022 21:21:50 +0800 Message-ID: <20220915132157.2132509-1-cuigaosheng1@huawei.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.244.148.83] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To kwepemi500012.china.huawei.com (7.221.188.12) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org This series contains a few cleanup patches, to remove unused declarations which have been removed. Thanks! Gaosheng Cui (7): MIPS: Loongson2ef: remove orphan sbx00_acpi_init() declaration MIPS: Octeon: remove orphan octeon_swiotlb declaration MIPS: Octeon: remove orphan cvmx_fpa_setup_pool() declaration MIPS: Octeon: remove orphan octeon_hal_setup_reserved32() declaration MIPS: IRQ: remove orphan declarations from arch/mips/include/asm/irq.h MIPS: remove orphan sni_cpu_time_init() declaration MIPS: AR7: remove orphan declarations from arch/mips/include/asm/mach-ar7/ar7.h arch/mips/include/asm/irq.h | 2 -- arch/mips/include/asm/mach-ar7/ar7.h | 2 -- arch/mips/include/asm/octeon/cvmx-fpa.h | 20 -------------------- arch/mips/include/asm/octeon/octeon.h | 1 - arch/mips/include/asm/octeon/pci-octeon.h | 2 -- arch/mips/include/asm/sni.h | 3 --- arch/mips/loongson2ef/common/pci.c | 2 -- 7 files changed, 32 deletions(-)