summaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/sections.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/sections.h')
-rw-r--r--arch/m68k/include/asm/sections.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/sections.h b/arch/m68k/include/asm/sections.h
new file mode 100644
index 0000000..3cb8aa0
--- /dev/null
+++ b/arch/m68k/include/asm/sections.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (c) 2012 The Chromium OS Authors.
+ */
+
+#ifndef __ASM_M68K_SECTIONS_H
+#define __ASM_M68K_SECTIONS_H
+
+#include <asm-generic/sections.h>
+
+#endif