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 F3B5FC07E8A for ; Tue, 15 Aug 2023 09:11:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235925AbjHOJLD (ORCPT ); Tue, 15 Aug 2023 05:11:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46018 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235958AbjHOJKO (ORCPT ); Tue, 15 Aug 2023 05:10:14 -0400 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B0A1F1BDF; Tue, 15 Aug 2023 02:09:58 -0700 (PDT) Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1qVq3p-0002fc-00; Tue, 15 Aug 2023 11:09:57 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id D27A5C0276; Tue, 15 Aug 2023 10:27:07 +0200 (CEST) Date: Tue, 15 Aug 2023 10:27:07 +0200 From: Thomas Bogendoerfer To: Masahiro Yamada Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: [PATCH 2/3] mips: replace #include with #include Message-ID: References: <20230807153243.996262-1-masahiroy@kernel.org> <20230807153243.996262-2-masahiroy@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230807153243.996262-2-masahiroy@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 08, 2023 at 12:32:42AM +0900, Masahiro Yamada wrote: > Commit ddb5cdbafaaa ("kbuild: generate KSYMTAB entries by modpost") > deprecated , which is now a wrapper of . > > Replace #include with #include . > > After all the lines are converted, and > will be removed. > > Signed-off-by: Masahiro Yamada > --- > > arch/mips/cavium-octeon/octeon-memcpy.S | 2 +- > arch/mips/kernel/mcount.S | 2 +- > arch/mips/kernel/r2300_fpu.S | 2 +- > arch/mips/kernel/r4k_fpu.S | 2 +- > arch/mips/lib/csum_partial.S | 2 +- > arch/mips/lib/memcpy.S | 2 +- > arch/mips/lib/memset.S | 2 +- > arch/mips/lib/strncpy_user.S | 2 +- > arch/mips/lib/strnlen_user.S | 2 +- > arch/mips/mm/page-funcs.S | 2 +- > arch/mips/mm/tlb-funcs.S | 2 +- > 11 files changed, 11 insertions(+), 11 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]