diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-10-30 16:24:28 +1000 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-11-14 08:50:54 +0100 |
commit | 8affd3e8122537a295bb69571a68f816a5e6867c (patch) | |
tree | f6f96c779956446819aee66b9f99a3eba6282005 /arch/m68k/include/asm/spinlock.h | |
parent | 32782d51e95bb891695049033d0ba9ce0eefcd84 (diff) | |
download | linux-rt-8affd3e8122537a295bb69571a68f816a5e6867c.tar.gz |
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/asm/spinlock.h')
-rw-r--r-- | arch/m68k/include/asm/spinlock.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 |