From patchwork Mon Aug 7 15:32:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 13344430 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 AB52DC001B0 for ; Mon, 7 Aug 2023 15:32:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230346AbjHGPc4 (ORCPT ); Mon, 7 Aug 2023 11:32:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53998 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230269AbjHGPcv (ORCPT ); Mon, 7 Aug 2023 11:32:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 493A9BD; Mon, 7 Aug 2023 08:32:50 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DB88661E0C; Mon, 7 Aug 2023 15:32:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 34E9EC433C8; Mon, 7 Aug 2023 15:32:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691422369; bh=/uziKBOz0Ulect0QjG+rpsPYlSVkOGh4loFdVsG0S1c=; h=From:To:Cc:Subject:Date:From; b=ljupM/8nM4zcDEW6o4Y8mGJFsQGXGTsHjGAQkke9TqY7XilPqnjaDwLzYYMG8OKnE pt2Cc5Js/SNNRpYpJnBfcKsWSu0Cvsrkv5Tv/YtfhLuADt06nTCuZwm7qL5LIB0qQL +wjD1y5UhsV6+Tk0z91ASmWGj2++Vrvvgq6cVs4M2Z3CHQdPH8r9/lTmiuSazBU8sJ 1NcLNh1E/PcCMAR1ANazYZTsOCtbZ9dy8dZeF+qhwnwqCuczeRQObuGPUdPzGrGq0l IRuZrdpeq2mWR8M6wVc7T9tFDMUmzQmlle1K41YWCWKiF6ASsJiyBoy8wrHud3AXqZ hduveCSkZVe+g== From: Masahiro Yamada To: Thomas Bogendoerfer , linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Masahiro Yamada Subject: [PATCH 1/3] mips: remove unneeded #include Date: Tue, 8 Aug 2023 00:32:41 +0900 Message-Id: <20230807153243.996262-1-masahiroy@kernel.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org There is no EXPORT_SYMBOL line there, hence #include is unneeded. Signed-off-by: Masahiro Yamada Reviewed-by: Philippe Mathieu-Daudé --- arch/mips/kernel/octeon_switch.S | 1 - arch/mips/kernel/r2300_switch.S | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/mips/kernel/octeon_switch.S b/arch/mips/kernel/octeon_switch.S index 9b7c8ab6f08c..447a3ea14aa1 100644 --- a/arch/mips/kernel/octeon_switch.S +++ b/arch/mips/kernel/octeon_switch.S @@ -11,7 +11,6 @@ * written by Carsten Langgaard, carstenl@mips.com */ #include -#include #include #include #include diff --git a/arch/mips/kernel/r2300_switch.S b/arch/mips/kernel/r2300_switch.S index 71b1aafae1bb..48e63943e6f7 100644 --- a/arch/mips/kernel/r2300_switch.S +++ b/arch/mips/kernel/r2300_switch.S @@ -13,7 +13,6 @@ */ #include #include -#include #include #include #include