[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231126054917.930324-1-masahiroy@kernel.org>
Date: Sun, 26 Nov 2023 14:49:17 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: linux-kbuild@...r.kernel.org
Cc: Masahiro Yamada <masahiroy@...nel.org>,
Arnd Bergmann <arnd@...db.de>, linux-arch@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] export.h: remove include/asm-generic/export.h
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@...nel.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
Powered by blists - more mailing lists