]> Git Repo - J-linux.git/blob - include/asm-generic/export.h
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[J-linux.git] / 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
This page took 0.025514 seconds and 4 git commands to generate.