From: Geert Uytterhoeven <geert@linux-m68k.org>

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 <asm-generic/sections.h>
+
+#endif /* _ASM_M68K_SECTIONS_H */

_