diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-10-09 18:30:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-09 22:26:03 -0400 |
commit | 036c6508f183e9c730aee25e33d27b2b9b9a5bbc (patch) | |
tree | c17ac18fd6ded92d269cf5b5cd004ca3566308f3 | |
parent | 08e4cf4be2153b0eac503679004889fd7e28c819 (diff) |
alpha: use Kbuild logic to include <asm-generic/sections.h>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/alpha/include/asm/Kbuild | 1 | ||||
-rw-r--r-- | arch/alpha/include/asm/sections.h | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/arch/alpha/include/asm/Kbuild b/arch/alpha/include/asm/Kbuild index a52cbf178c3a..25b49725df07 100644 --- a/arch/alpha/include/asm/Kbuild +++ b/arch/alpha/include/asm/Kbuild | |||
@@ -8,4 +8,5 @@ generic-y += irq_work.h | |||
8 | generic-y += mcs_spinlock.h | 8 | generic-y += mcs_spinlock.h |
9 | generic-y += preempt.h | 9 | generic-y += preempt.h |
10 | generic-y += scatterlist.h | 10 | generic-y += scatterlist.h |
11 | generic-y += sections.h | ||
11 | generic-y += trace_clock.h | 12 | generic-y += trace_clock.h |
diff --git a/arch/alpha/include/asm/sections.h b/arch/alpha/include/asm/sections.h deleted file mode 100644 index 43b40edd6e44..000000000000 --- a/arch/alpha/include/asm/sections.h +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | #ifndef _ALPHA_SECTIONS_H | ||
2 | #define _ALPHA_SECTIONS_H | ||
3 | |||
4 | /* nothing to see, move along */ | ||
5 | #include <asm-generic/sections.h> | ||
6 | |||
7 | #endif | ||