summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/extable.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include/asm/extable.h')
-rw-r--r--arch/sh/include/asm/extable.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sh/include/asm/extable.h b/arch/sh/include/asm/extable.h
new file mode 100644
index 000000000..5658d2bae
--- /dev/null
+++ b/arch/sh/include/asm/extable.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __ASM_SH_EXTABLE_H
+#define __ASM_SH_EXTABLE_H
+
+#include <asm-generic/extable.h>
+
+#endif