diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-10-30 02:24:29 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-11-14 02:50:55 -0500 |
commit | 395d32496ef1d4f693485c6848d670721db9042d (patch) | |
tree | dc5f7abe21275050d83c0b06959b711e90913f46 /arch/m68k | |
parent | 8affd3e8122537a295bb69571a68f816a5e6867c (diff) |
m68k: switch to using the asm-generic shmparam.h
We don't need a local shmparam.h, switch to using the asm-generic version.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/include/asm/Kbuild | 1 | ||||
-rw-r--r-- | arch/m68k/include/asm/shmparam.h | 6 |
2 files changed, 1 insertions, 6 deletions
diff --git a/arch/m68k/include/asm/Kbuild b/arch/m68k/include/asm/Kbuild index a494c3eab9f2..6c882877eda3 100644 --- a/arch/m68k/include/asm/Kbuild +++ b/arch/m68k/include/asm/Kbuild | |||
@@ -22,6 +22,7 @@ generic-y += percpu.h | |||
22 | generic-y += resource.h | 22 | generic-y += resource.h |
23 | generic-y += scatterlist.h | 23 | generic-y += scatterlist.h |
24 | generic-y += sections.h | 24 | generic-y += sections.h |
25 | generic-y += shmparam.h | ||
25 | generic-y += siginfo.h | 26 | generic-y += siginfo.h |
26 | generic-y += spinlock.h | 27 | generic-y += spinlock.h |
27 | generic-y += statfs.h | 28 | generic-y += statfs.h |
diff --git a/arch/m68k/include/asm/shmparam.h b/arch/m68k/include/asm/shmparam.h deleted file mode 100644 index 558892a2efb3..000000000000 --- a/arch/m68k/include/asm/shmparam.h +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | #ifndef _M68K_SHMPARAM_H | ||
2 | #define _M68K_SHMPARAM_H | ||
3 | |||
4 | #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ | ||
5 | |||
6 | #endif /* _M68K_SHMPARAM_H */ | ||