From: Greg Ungerer Date: Mon, 15 Oct 2012 05:12:46 +0000 (+1000) Subject: m68k: switch to using the asm-generic shmparam.h X-Git-Tag: next-20121018~73^2~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8c9b8d86e46d751a65486389f5ea1c443ea7eb7e;p=karo-tx-linux.git 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 --- diff --git a/arch/m68k/include/asm/Kbuild b/arch/m68k/include/asm/Kbuild index 3905fca8a6bd..83fcc34db6f0 100644 --- a/arch/m68k/include/asm/Kbuild +++ b/arch/m68k/include/asm/Kbuild @@ -25,6 +25,7 @@ generic-y += percpu.h generic-y += resource.h generic-y += scatterlist.h generic-y += sections.h +generic-y += shmparam.h generic-y += siginfo.h generic-y += statfs.h generic-y += topology.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 @@ -#ifndef _M68K_SHMPARAM_H -#define _M68K_SHMPARAM_H - -#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ - -#endif /* _M68K_SHMPARAM_H */