linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] export.h: remove include/asm-generic/export.h
@ 2023-11-26  5:49 Masahiro Yamada
  2023-11-26 10:12 ` kernel test robot
  2023-11-26 10:16 ` kernel test robot
  0 siblings, 2 replies; 5+ messages in thread
From: Masahiro Yamada @ 2023-11-26  5:49 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Masahiro Yamada, Arnd Bergmann, linux-arch, linux-kernel

With the removal of all <asm/export.h> inclusion except tools/,
include/asm-generic/export.h is no longer needed and can be removed.

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

 include/asm-generic/export.h | 11 -----------
 1 file changed, 11 deletions(-)
 delete mode 100644 include/asm-generic/export.h

diff --git a/include/asm-generic/export.h b/include/asm-generic/export.h
deleted file mode 100644
index 570cd4da7210..000000000000
--- a/include/asm-generic/export.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef __ASM_GENERIC_EXPORT_H
-#define __ASM_GENERIC_EXPORT_H
-
-/*
- * <asm/export.h> and <asm-generic/export.h> are deprecated.
- * Please include <linux/export.h> directly.
- */
-#include <linux/export.h>
-
-#endif
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [PATCH] export.h: remove include/asm-generic/export.h
@ 2024-03-23  9:06 Masahiro Yamada
  2024-04-10 14:10 ` patchwork-bot+linux-riscv
  0 siblings, 1 reply; 5+ messages in thread
From: Masahiro Yamada @ 2024-03-23  9:06 UTC (permalink / raw)
  To: linux-kbuild
  Cc: linux-kernel, Masahiro Yamada, Albert Ou, Arnd Bergmann,
	Palmer Dabbelt, Paul Walmsley, linux-arch, linux-riscv

Commit 3a6dd5f614a1 ("riscv: remove unneeded #include
<asm-generic/export.h>") removed the last use of
include/asm-generic/export.h.

This deprecated header can go away.

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

 include/asm-generic/export.h | 11 -----------
 1 file changed, 11 deletions(-)
 delete mode 100644 include/asm-generic/export.h

diff --git a/include/asm-generic/export.h b/include/asm-generic/export.h
deleted file mode 100644
index 570cd4da7210..000000000000
--- a/include/asm-generic/export.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef __ASM_GENERIC_EXPORT_H
-#define __ASM_GENERIC_EXPORT_H
-
-/*
- * <asm/export.h> and <asm-generic/export.h> are deprecated.
- * Please include <linux/export.h> directly.
- */
-#include <linux/export.h>
-
-#endif
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-04-10 14:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-26  5:49 [PATCH] export.h: remove include/asm-generic/export.h Masahiro Yamada
2023-11-26 10:12 ` kernel test robot
2023-11-26 10:16 ` kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2024-03-23  9:06 Masahiro Yamada
2024-04-10 14:10 ` patchwork-bot+linux-riscv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).