From: Geert Uytterhoeven Date: Thu, 9 Oct 2014 22:24:50 +0000 (-0700) Subject: score: use Kbuild logic to include X-Git-Tag: firefly_0821_release~176^2~3099^2~154 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e2cabe1d426fb10cd8e04c26a49e70f1c864d25c;p=firefly-linux-kernel-4.4.55.git score: use Kbuild logic to include Signed-off-by: Geert Uytterhoeven Acked-by: Lennox Wu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/score/include/asm/Kbuild b/arch/score/include/asm/Kbuild index 3fe5681744f1..46461c19f284 100644 --- a/arch/score/include/asm/Kbuild +++ b/arch/score/include/asm/Kbuild @@ -10,6 +10,7 @@ generic-y += irq_work.h generic-y += mcs_spinlock.h generic-y += preempt.h generic-y += scatterlist.h +generic-y += sections.h generic-y += trace_clock.h generic-y += xor.h generic-y += serial.h diff --git a/arch/score/include/asm/sections.h b/arch/score/include/asm/sections.h deleted file mode 100644 index 9441d23af005..000000000000 --- a/arch/score/include/asm/sections.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _ASM_SCORE_SECTIONS_H -#define _ASM_SCORE_SECTIONS_H - -#include - -#endif /* _ASM_SCORE_SECTIONS_H */