Browse Source

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 <gerg@uclinux.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Greg Ungerer 12 years ago
parent
commit
8affd3e812
2 changed files with 1 additions and 6 deletions
  1. 1 0
      arch/m68k/include/asm/Kbuild
  2. 0 6
      arch/m68k/include/asm/spinlock.h

+ 1 - 0
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

+ 0 - 6
arch/m68k/include/asm/spinlock.h

@@ -1,6 +0,0 @@
-#ifndef __M68K_SPINLOCK_H
-#define __M68K_SPINLOCK_H
-
-#error "m68k doesn't do SMP yet"
-
-#endif