diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-10-10 02:24:42 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-10 06:25:46 +0400 |
commit | 3a28663696569624e36161e2100fd61e38bd9824 (patch) | |
tree | 4fdc52d3b3b8f44eb4e1fbe301092916475ddf6a /arch/m32r/include/asm/sections.h | |
parent | 0b37e097a648aa71d4db1ad108001e95b69a2da4 (diff) | |
download | linux-3a28663696569624e36161e2100fd61e38bd9824.tar.xz |
m32r: use Kbuild logic to include <asm-generic/sections.h>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m32r/include/asm/sections.h')
-rw-r--r-- | arch/m32r/include/asm/sections.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/m32r/include/asm/sections.h b/arch/m32r/include/asm/sections.h deleted file mode 100644 index 5e5d21c4908a..000000000000 --- 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 <asm-generic/sections.h> - -#endif /* _M32R_SECTIONS_H */ |