aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2012-10-30 02:24:28 -0400
committerGeert Uytterhoeven <geert@linux-m68k.org>2012-11-14 02:50:54 -0500
commit8affd3e8122537a295bb69571a68f816a5e6867c (patch)
treef6f96c779956446819aee66b9f99a3eba6282005 /arch/m68k/include
parent32782d51e95bb891695049033d0ba9ce0eefcd84 (diff)
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>
Diffstat (limited to 'arch/m68k/include')
-rw-r--r--arch/m68k/include/asm/Kbuild1
-rw-r--r--arch/m68k/include/asm/spinlock.h6
2 files changed, 1 insertions, 6 deletions
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
23generic-y += scatterlist.h 23generic-y += scatterlist.h
24generic-y += sections.h 24generic-y += sections.h
25generic-y += siginfo.h 25generic-y += siginfo.h
26generic-y += spinlock.h
26generic-y += statfs.h 27generic-y += statfs.h
27generic-y += topology.h 28generic-y += topology.h
28generic-y += types.h 29generic-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 @@
1#ifndef __M68K_SPINLOCK_H
2#define __M68K_SPINLOCK_H
3
4#error "m68k doesn't do SMP yet"
5
6#endif