Browse Source

m68k: Use asm-generic version of <asm/sections.h>

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Greg Ungerer<gerg@uclinux.org>
Geert Uytterhoeven 13 years ago
parent
commit
e653614b28
2 changed files with 1 additions and 6 deletions
  1. 1 0
      arch/m68k/include/asm/Kbuild
  2. 0 6
      arch/m68k/include/asm/sections.h

+ 1 - 0
arch/m68k/include/asm/Kbuild

@@ -20,6 +20,7 @@ generic-y += mutex.h
 generic-y += percpu.h
 generic-y += resource.h
 generic-y += scatterlist.h
+generic-y += sections.h
 generic-y += siginfo.h
 generic-y += statfs.h
 generic-y += topology.h

+ 0 - 6
arch/m68k/include/asm/sections.h

@@ -1,6 +0,0 @@
-#ifndef _ASM_M68K_SECTIONS_H
-#define _ASM_M68K_SECTIONS_H
-
-#include <asm-generic/sections.h>
-
-#endif /* _ASM_M68K_SECTIONS_H */