From: Greg Ungerer Date: Tue, 30 Oct 2012 06:24:28 +0000 (+1000) Subject: m68k: switch to using the asm-generic spinlock.h X-Git-Tag: firefly_0821_release~3680^2~1465^2~13 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8affd3e8122537a295bb69571a68f816a5e6867c;p=firefly-linux-kernel-4.4.55.git m68k: switch to using the asm-generic spinlock.h We don't need a local spinlock.h, switch to using the asm-generic version. Signed-off-by: Greg Ungerer Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/m68k/include/asm/Kbuild b/arch/m68k/include/asm/Kbuild index bf28713c2f15..a494c3eab9f2 100644 --- a/arch/m68k/include/asm/Kbuild +++ b/arch/m68k/include/asm/Kbuild @@ -23,6 +23,7 @@ generic-y += resource.h generic-y += scatterlist.h generic-y += sections.h generic-y += siginfo.h +generic-y += spinlock.h generic-y += statfs.h generic-y += topology.h generic-y += types.h diff --git a/arch/m68k/include/asm/spinlock.h b/arch/m68k/include/asm/spinlock.h deleted file mode 100644 index 20f46e27b534..000000000000 --- a/arch/m68k/include/asm/spinlock.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __M68K_SPINLOCK_H -#define __M68K_SPINLOCK_H - -#error "m68k doesn't do SMP yet" - -#endif