diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-05-31 15:49:48 -0400 |
|---|---|---|
| committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-06-27 03:59:44 -0400 |
| commit | e653614b28d77caa7e4405d2f259aac668f81b80 (patch) | |
| tree | d637178e36f1028d5dd2cea50f604fb1bd356c89 | |
| parent | dc0610518f9f01814783f14ba476b41c6ffb27cb (diff) | |
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>
| -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 064f86743b34..a74e5d95c384 100644 --- a/arch/m68k/include/asm/Kbuild +++ b/arch/m68k/include/asm/Kbuild | |||
| @@ -20,6 +20,7 @@ generic-y += mutex.h | |||
| 20 | generic-y += percpu.h | 20 | generic-y += percpu.h |
| 21 | generic-y += resource.h | 21 | generic-y += resource.h |
| 22 | generic-y += scatterlist.h | 22 | generic-y += scatterlist.h |
| 23 | generic-y += sections.h | ||
| 23 | generic-y += siginfo.h | 24 | generic-y += siginfo.h |
| 24 | generic-y += statfs.h | 25 | generic-y += statfs.h |
| 25 | generic-y += topology.h | 26 | 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 d64967ecfec6..000000000000 --- a/arch/m68k/include/asm/sections.h +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #ifndef _ASM_M68K_SECTIONS_H | ||
| 2 | #define _ASM_M68K_SECTIONS_H | ||
| 3 | |||
| 4 | #include <asm-generic/sections.h> | ||
| 5 | |||
| 6 | #endif /* _ASM_M68K_SECTIONS_H */ | ||
