<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;

M68k: asm/sections.h just includes the generic version (from Roman Zippel)



 include/asm-m68k/sections.h |    6 ++++++
 1 files changed, 6 insertions(+)

diff -puN /dev/null include/asm-m68k/sections.h
--- /dev/null	2002-08-30 16:31:37.000000000 -0700
+++ 25-akpm/include/asm-m68k/sections.h	2003-08-24 12:07:03.000000000 -0700
@@ -0,0 +1,6 @@
+#ifndef _ASM_M68K_SECTIONS_H
+#define _ASM_M68K_SECTIONS_H
+
+#include &lt;asm-generic/sections.h&gt;
+
+#endif /* _ASM_M68K_SECTIONS_H */

_
</pre></body></html>