Selaa lähdekoodia

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

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Geert Uytterhoeven 10 vuotta sitten
vanhempi
commit
3a28663696
2 muutettua tiedostoa jossa 1 lisäystä ja 7 poistoa
  1. 1 0
      arch/m32r/include/asm/Kbuild
  2. 0 7
      arch/m32r/include/asm/sections.h

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

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

+ 0 - 7
arch/m32r/include/asm/sections.h

@@ -1,7 +0,0 @@
-#ifndef _M32R_SECTIONS_H
-#define _M32R_SECTIONS_H
-
-/* nothing to see, move along */
-#include <asm-generic/sections.h>
-
-#endif	/* _M32R_SECTIONS_H */