Commit 3a286636 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds
Browse files

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



Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Cc: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0b37e097
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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

arch/m32r/include/asm/sections.h

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
#ifndef _M32R_SECTIONS_H
#define _M32R_SECTIONS_H

/* nothing to see, move along */
#include <asm-generic/sections.h>

#endif	/* _M32R_SECTIONS_H */