diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-10-10 00:24:33 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-10 04:25:45 +0200 |
commit | 20882185dab2978952a705905284d2a9790b2bae (patch) | |
tree | c5d6f43c260256943fe5d94c8a8e49b8a7db7ec1 /arch/cris/include/asm/Kbuild | |
parent | mn10300: use Kbuild logic to include <asm-generic/sections.h> (diff) | |
download | linux-20882185dab2978952a705905284d2a9790b2bae.tar.xz linux-20882185dab2978952a705905284d2a9790b2bae.zip |
cris: use Kbuild logic to include <asm-generic/sections.h>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/cris/include/asm/Kbuild')
-rw-r--r-- | arch/cris/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/include/asm/Kbuild b/arch/cris/include/asm/Kbuild index 802b94c4ca86..2ca489eaadd3 100644 --- a/arch/cris/include/asm/Kbuild +++ b/arch/cris/include/asm/Kbuild @@ -15,6 +15,7 @@ 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 generic-y += vga.h generic-y += xor.h |