diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-10-09 15:24:42 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-09 22:25:46 -0400 |
commit | 3a28663696569624e36161e2100fd61e38bd9824 (patch) | |
tree | 4fdc52d3b3b8f44eb4e1fbe301092916475ddf6a /arch/m32r/include/asm/Kbuild | |
parent | 0b37e097a648aa71d4db1ad108001e95b69a2da4 (diff) | |
download | linux-3a28663696569624e36161e2100fd61e38bd9824.tar.bz2 |
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>
Diffstat (limited to 'arch/m32r/include/asm/Kbuild')
-rw-r--r-- | arch/m32r/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m32r/include/asm/Kbuild b/arch/m32r/include/asm/Kbuild index e02448b0648b..3796801d6e0c 100644 --- a/arch/m32r/include/asm/Kbuild +++ b/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 |