mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
export.h: remove include/asm-generic/export.h
Commit 3a6dd5f614
("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>
This commit is contained in:
parent
7e3465f63a
commit
0316e4b04e
@ -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
|
Loading…
Reference in New Issue
Block a user