diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-10-09 18:24:50 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-09 22:25:46 -0400 |
commit | e2cabe1d426fb10cd8e04c26a49e70f1c864d25c (patch) | |
tree | 2c7ac9925d792880e35a0e3ceea2f08f6f14ef90 | |
parent | 7143e494414f25c6209f94155d20b796e0f36626 (diff) |
score: use Kbuild logic to include <asm-generic/sections.h>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Lennox Wu <lennox.wu@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/score/include/asm/Kbuild | 1 | ||||
-rw-r--r-- | arch/score/include/asm/sections.h | 6 |
2 files changed, 1 insertions, 6 deletions
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 | |||
10 | generic-y += mcs_spinlock.h | 10 | generic-y += mcs_spinlock.h |
11 | generic-y += preempt.h | 11 | generic-y += preempt.h |
12 | generic-y += scatterlist.h | 12 | generic-y += scatterlist.h |
13 | generic-y += sections.h | ||
13 | generic-y += trace_clock.h | 14 | generic-y += trace_clock.h |
14 | generic-y += xor.h | 15 | generic-y += xor.h |
15 | generic-y += serial.h | 16 | 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 @@ | |||
1 | #ifndef _ASM_SCORE_SECTIONS_H | ||
2 | #define _ASM_SCORE_SECTIONS_H | ||
3 | |||
4 | #include <asm-generic/sections.h> | ||
5 | |||
6 | #endif /* _ASM_SCORE_SECTIONS_H */ | ||