From: Geert Uytterhoeven Date: Thu, 9 Oct 2014 22:24:33 +0000 (-0700) Subject: cris: use Kbuild logic to include X-Git-Tag: v4.14-rc1~6717^2~162 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20882185dab2978952a705905284d2a9790b2bae;p=platform%2Fkernel%2Flinux-rpi.git cris: use Kbuild logic to include Signed-off-by: Geert Uytterhoeven Acked-by: Jesper Nilsson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/cris/include/asm/Kbuild b/arch/cris/include/asm/Kbuild index 802b94c4..2ca489e 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 diff --git a/arch/cris/include/asm/sections.h b/arch/cris/include/asm/sections.h deleted file mode 100644 index 2c998ce..0000000 --- a/arch/cris/include/asm/sections.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef _CRIS_SECTIONS_H -#define _CRIS_SECTIONS_H - -/* nothing to see, move along */ -#include - -#endif