From: Geert Uytterhoeven Date: Thu, 9 Oct 2014 22:24:42 +0000 (-0700) Subject: m32r: use Kbuild logic to include X-Git-Tag: v4.9.8~5584^2~158 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a28663696569624e36161e2100fd61e38bd9824;p=platform%2Fkernel%2Flinux-rpi3.git m32r: use Kbuild logic to include Signed-off-by: Geert Uytterhoeven Cc: Hirokazu Takata Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/m32r/include/asm/Kbuild b/arch/m32r/include/asm/Kbuild index e02448b..3796801 100644 --- a/arch/m32r/include/asm/Kbuild +++ b/arch/m32r/include/asm/Kbuild @@ -8,4 +8,5 @@ generic-y += mcs_spinlock.h generic-y += module.h generic-y += preempt.h generic-y += scatterlist.h +generic-y += sections.h generic-y += trace_clock.h diff --git a/arch/m32r/include/asm/sections.h b/arch/m32r/include/asm/sections.h deleted file mode 100644 index 5e5d21c..0000000 --- a/arch/m32r/include/asm/sections.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef _M32R_SECTIONS_H -#define _M32R_SECTIONS_H - -/* nothing to see, move along */ -#include - -#endif /* _M32R_SECTIONS_H */