Browse Source

mn10300: use Kbuild logic to include <asm-generic/sections.h>

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Geert Uytterhoeven 11 years ago
parent
commit
70323545e5
2 changed files with 1 additions and 1 deletions
  1. 1 0
      arch/mn10300/include/asm/Kbuild
  2. 0 1
      arch/mn10300/include/asm/sections.h

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

@@ -8,4 +8,5 @@ generic-y += irq_work.h
 generic-y += mcs_spinlock.h
 generic-y += preempt.h
 generic-y += scatterlist.h
+generic-y += sections.h
 generic-y += trace_clock.h

+ 0 - 1
arch/mn10300/include/asm/sections.h

@@ -1 +0,0 @@
-#include <asm-generic/sections.h>