aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <[email protected]>2024-03-23 09:06:15 +0000
committerPalmer Dabbelt <[email protected]>2024-03-27 14:14:19 +0000
commit36d37f11f555812b0ded5d15aa686a6b9da57f61 (patch)
tree40eafbe58b7edcec33650a63258af7958ec7efd0
parentriscv: merge two if-blocks for KBUILD_IMAGE (diff)
downloadkernel-36d37f11f555812b0ded5d15aa686a6b9da57f61.tar.gz
kernel-36d37f11f555812b0ded5d15aa686a6b9da57f61.zip
export.h: remove include/asm-generic/export.h
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
-rw-r--r--include/asm-generic/export.h11
1 files changed, 0 insertions, 11 deletions
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