export.h: remove include/asm-generic/export.h
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 23 Mar 2024 09:06:15 +0000 (18:06 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 28 Mar 2024 02:04:20 +0000 (11:04 +0900)
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 [deleted file]

diff --git a/include/asm-generic/export.h b/include/asm-generic/export.h
deleted file mode 100644 (file)
index 570cd4d..0000000
+++ /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