aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
diff options
context:
space:
mode:
authorGravatar Masahiro Yamada <masahiroy@kernel.org> 2024-03-23 18:06:15 +0900
committerGravatar Masahiro Yamada <masahiroy@kernel.org> 2024-03-28 11:04:20 +0900
commit0316e4b04e0156633df7474bae8e8b0791ce028f (patch)
tree626104ba8f4e36ff01d2061297a2a8e6a6416cc8 /include/asm-generic
parentkconfig: do not reparent the menu inside a choice block (diff)
downloadlinux-0316e4b04e0156633df7474bae8e8b0791ce028f.tar.gz
linux-0316e4b04e0156633df7474bae8e8b0791ce028f.tar.bz2
linux-0316e4b04e0156633df7474bae8e8b0791ce028f.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 <masahiroy@kernel.org>
Diffstat (limited to 'include/asm-generic')
-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