Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 036c6508 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds
Browse files

alpha: use Kbuild logic to include <asm-generic/sections.h>

parent 08e4cf4b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,4 +8,5 @@ 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

arch/alpha/include/asm/sections.h

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
#ifndef _ALPHA_SECTIONS_H
#define _ALPHA_SECTIONS_H

/* nothing to see, move along */
#include <asm-generic/sections.h>

#endif