Merge tag 'timers-core-2023-09-04-v2' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / include / asm-generic / export.h
CommitLineData
bf49d9dd 1/* SPDX-License-Identifier: GPL-2.0-only */
22823ab4
AV
2#ifndef __ASM_GENERIC_EXPORT_H
3#define __ASM_GENERIC_EXPORT_H
4
7b453719 5/*
ddb5cdba
MY
6 * <asm/export.h> and <asm-generic/export.h> are deprecated.
7 * Please include <linux/export.h> directly.
7b453719 8 */
ddb5cdba 9#include <linux/export.h>
7b453719 10
22823ab4 11#endif