public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: Masahiro Yamada <masahiroy@kernel.org>
Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arch@vger.kernel.org
Subject: Re: [PATCH 2/3] mips: replace #include <asm/export.h> with #include <linux/export.h>
Date: Tue, 15 Aug 2023 10:27:07 +0200	[thread overview]
Message-ID: <ZNs225J/yWq3wbmf@alpha.franken.de> (raw)
In-Reply-To: <20230807153243.996262-2-masahiroy@kernel.org>

On Tue, Aug 08, 2023 at 12:32:42AM +0900, Masahiro Yamada wrote:
> Commit ddb5cdbafaaa ("kbuild: generate KSYMTAB entries by modpost")
> deprecated <asm/export.h>, which is now a wrapper of <linux/export.h>.
> 
> Replace #include <asm/export.h> with #include <linux/export.h>.
> 
> After all the <asm/export.h> lines are converted, <asm/export.h> and
> <asm-generic/export.h> will be removed.
> 
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
> ---
> 
>  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 ]

  parent reply	other threads:[~2023-08-15  9:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-07 15:32 [PATCH 1/3] mips: remove unneeded #include <asm/export.h> Masahiro Yamada
2023-08-07 15:32 ` [PATCH 2/3] mips: replace #include <asm/export.h> with #include <linux/export.h> Masahiro Yamada
2023-08-08  9:38   ` Philippe Mathieu-Daudé
2023-08-15  8:27   ` Thomas Bogendoerfer [this message]
2023-08-07 15:32 ` [PATCH 3/3] mips: remove <asm/export.h> Masahiro Yamada
2023-08-08  9:39   ` Philippe Mathieu-Daudé
2023-08-15  8:27   ` Thomas Bogendoerfer
2023-08-08  9:37 ` [PATCH 1/3] mips: remove unneeded #include <asm/export.h> Philippe Mathieu-Daudé
2023-08-15  8:26 ` Thomas Bogendoerfer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZNs225J/yWq3wbmf@alpha.franken.de \
    --to=tsbogend@alpha.franken.de \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=masahiroy@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox