diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-05-31 21:49:48 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-06-27 09:59:44 +0200 |
commit | e653614b28d77caa7e4405d2f259aac668f81b80 (patch) | |
tree | d637178e36f1028d5dd2cea50f604fb1bd356c89 /arch/m68k | |
parent | dc0610518f9f01814783f14ba476b41c6ffb27cb (diff) | |
download | linux-3.10-e653614b28d77caa7e4405d2f259aac668f81b80.tar.gz linux-3.10-e653614b28d77caa7e4405d2f259aac668f81b80.tar.bz2 linux-3.10-e653614b28d77caa7e4405d2f259aac668f81b80.zip |
m68k: Use asm-generic version of <asm/sections.h>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Greg Ungerer<gerg@uclinux.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/include/asm/Kbuild | 1 | ||||
-rw-r--r-- | arch/m68k/include/asm/sections.h | 6 |
2 files changed, 1 insertions, 6 deletions
diff --git a/arch/m68k/include/asm/Kbuild b/arch/m68k/include/asm/Kbuild index 064f86743b3..a74e5d95c38 100644 --- a/arch/m68k/include/asm/Kbuild +++ b/arch/m68k/include/asm/Kbuild @@ -20,6 +20,7 @@ generic-y += mutex.h generic-y += percpu.h generic-y += resource.h generic-y += scatterlist.h +generic-y += sections.h generic-y += siginfo.h generic-y += statfs.h generic-y += topology.h diff --git a/arch/m68k/include/asm/sections.h b/arch/m68k/include/asm/sections.h deleted file mode 100644 index d64967ecfec..00000000000 --- a/arch/m68k/include/asm/sections.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _ASM_M68K_SECTIONS_H -#define _ASM_M68K_SECTIONS_H - -#include <asm-generic/sections.h> - -#endif /* _ASM_M68K_SECTIONS_H */ |