diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-10-10 02:24:33 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-10 06:25:45 +0400 |
commit | 20882185dab2978952a705905284d2a9790b2bae (patch) | |
tree | c5d6f43c260256943fe5d94c8a8e49b8a7db7ec1 /arch/cris/include/asm/sections.h | |
parent | 70323545e557eb853457288492be0bb2196c2733 (diff) | |
download | linux-20882185dab2978952a705905284d2a9790b2bae.tar.xz |
cris: use Kbuild logic to include <asm-generic/sections.h>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/cris/include/asm/sections.h')
-rw-r--r-- | arch/cris/include/asm/sections.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/cris/include/asm/sections.h b/arch/cris/include/asm/sections.h deleted file mode 100644 index 2c998ce8967b..000000000000 --- a/arch/cris/include/asm/sections.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef _CRIS_SECTIONS_H -#define _CRIS_SECTIONS_H - -/* nothing to see, move along */ -#include <asm-generic/sections.h> - -#endif |