]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
m68k: switch to using the asm-generic shmparam.h
authorGreg Ungerer <gerg@uclinux.org>
Mon, 15 Oct 2012 05:12:46 +0000 (15:12 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Wed, 17 Oct 2012 06:12:18 +0000 (16:12 +1000)
We don't need a local shmparam.h, switch to using the asm-generic version.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/Kbuild
arch/m68k/include/asm/shmparam.h [deleted file]

index 3905fca8a6bd03bfeea07f2c6a59de51e8fac9f0..83fcc34db6f09d2fa79336f54559f7e557376f0a 100644 (file)
@@ -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 (file)
index 558892a..0000000
+++ /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 */