Commit 0316e4b0 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

export.h: remove include/asm-generic/export.h



Commit 3a6dd5f6 ("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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 7e3465f6
Loading
Loading
Loading
Loading

include/asm-generic/export.h

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
/* 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