mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-01 20:14:08 +00:00
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>
This commit is contained in:
parent
08e4cf4be2
commit
036c6508f1
2 changed files with 1 additions and 7 deletions
|
@ -8,4 +8,5 @@ generic-y += irq_work.h
|
||||||
generic-y += mcs_spinlock.h
|
generic-y += mcs_spinlock.h
|
||||||
generic-y += preempt.h
|
generic-y += preempt.h
|
||||||
generic-y += scatterlist.h
|
generic-y += scatterlist.h
|
||||||
|
generic-y += sections.h
|
||||||
generic-y += trace_clock.h
|
generic-y += trace_clock.h
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
#ifndef _ALPHA_SECTIONS_H
|
|
||||||
#define _ALPHA_SECTIONS_H
|
|
||||||
|
|
||||||
/* nothing to see, move along */
|
|
||||||
#include <asm-generic/sections.h>
|
|
||||||
|
|
||||||
#endif
|
|
Loading…
Add table
Reference in a new issue