diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-10-30 07:24:29 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-11-14 08:50:55 +0100 |
commit | 395d32496ef1d4f693485c6848d670721db9042d (patch) | |
tree | dc5f7abe21275050d83c0b06959b711e90913f46 /arch/m68k/include/asm/Kbuild | |
parent | m68k: switch to using the asm-generic spinlock.h (diff) | |
download | linux-395d32496ef1d4f693485c6848d670721db9042d.tar.xz linux-395d32496ef1d4f693485c6848d670721db9042d.zip |
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/include/asm/Kbuild')
-rw-r--r-- | arch/m68k/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 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 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 |