Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
[linux-2.6-microblaze.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