Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 395d3249 authored by Greg Ungerer's avatar Greg Ungerer Committed by Geert Uytterhoeven
Browse files

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: default avatarGreg Ungerer <gerg@uclinux.org>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 8affd3e8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,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 += spinlock.h
generic-y += statfs.h

arch/m68k/include/asm/shmparam.h

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
#ifndef _M68K_SHMPARAM_H
#define _M68K_SHMPARAM_H

#define	SHMLBA PAGE_SIZE		 /* attach addr a multiple of this */

#endif /* _M68K_SHMPARAM_H */