xref: /openbmc/linux/include/asm-generic/export.h (revision fb2f43ed)
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
12