Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

-11
-11
include/asm-generic/export.h
··· 1 - /* SPDX-License-Identifier: GPL-2.0-only */ 2 - #ifndef __ASM_GENERIC_EXPORT_H 3 - #define __ASM_GENERIC_EXPORT_H 4 - 5 - /* 6 - * <asm/export.h> and <asm-generic/export.h> are deprecated. 7 - * Please include <linux/export.h> directly. 8 - */ 9 - #include <linux/export.h> 10 - 11 - #endif