All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <masahiroy@kernel.org>
To: linux-kbuild@vger.kernel.org
Cc: linux-arch@vger.kernel.org,
	Masahiro Yamada <masahiroy@kernel.org>,
	Ivan Kokshaysky <ink@jurassic.park.msu.ru>,
	Matt Turner <mattst88@gmail.com>,
	Richard Henderson <richard.henderson@linaro.org>,
	linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 6/6] alpha: remove <asm/export.h>
Date: Sun, 20 Aug 2023 08:33:53 +0900	[thread overview]
Message-ID: <20230819233353.3683813-6-masahiroy@kernel.org> (raw)
In-Reply-To: <20230819233353.3683813-1-masahiroy@kernel.org>

All *.S files under arch/alpha/ have been converted to include
<linux/export.h> instead of <asm/export.h>.

Remove <asm/export.h>.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 arch/alpha/include/asm/Kbuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/alpha/include/asm/Kbuild b/arch/alpha/include/asm/Kbuild
index dd31e97edae8..396caece6d6d 100644
--- a/arch/alpha/include/asm/Kbuild
+++ b/arch/alpha/include/asm/Kbuild
@@ -3,6 +3,5 @@
 generated-y += syscall_table.h
 generic-y += agp.h
 generic-y += asm-offsets.h
-generic-y += export.h
 generic-y += kvm_para.h
 generic-y += mcs_spinlock.h
-- 
2.39.2


  parent reply	other threads:[~2023-08-20  2:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-19 23:33 [PATCH 1/6] sparc: replace #include <asm/export.h> with #include <linux/export.h> Masahiro Yamada
2023-08-19 23:33 ` [PATCH 2/6] sparc: remove <asm/export.h> Masahiro Yamada
2023-08-20  8:08   ` Sam Ravnborg
2023-08-19 23:33 ` [PATCH 3/6] ia64: replace #include <asm/export.h> with #include <linux/export.h> Masahiro Yamada
2023-08-19 23:33 ` [PATCH 4/6] ia64: remove <asm/export.h> Masahiro Yamada
2023-08-19 23:33 ` [PATCH 5/6] alpha: replace #include <asm/export.h> with #include <linux/export.h> Masahiro Yamada
2023-08-19 23:33 ` Masahiro Yamada [this message]
2023-08-20  8:08 ` [PATCH 1/6] sparc: " Sam Ravnborg

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=20230819233353.3683813-6-masahiroy@kernel.org \
    --to=masahiroy@kernel.org \
    --cc=ink@jurassic.park.msu.ru \
    --cc=linux-alpha@vger.kernel.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mattst88@gmail.com \
    --cc=richard.henderson@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.