m68k: switch to using the asm-generic spinlock.h
authorGreg Ungerer <gerg@uclinux.org>
Tue, 30 Oct 2012 06:24:28 +0000 (16:24 +1000)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 14 Nov 2012 07:50:54 +0000 (08:50 +0100)
We don't need a local spinlock.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>
arch/m68k/include/asm/Kbuild
arch/m68k/include/asm/spinlock.h [deleted file]

index bf28713..a494c3e 100644 (file)
@@ -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 (file)
index 20f46e2..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef __M68K_SPINLOCK_H
-#define __M68K_SPINLOCK_H
-
-#error "m68k doesn't do SMP yet"
-
-#endif