Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8affd3e8 authored by Greg Ungerer's avatar Greg Ungerer Committed by Geert Uytterhoeven
Browse files

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: default avatarGreg Ungerer <gerg@uclinux.org>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 32782d51
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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

arch/m68k/include/asm/spinlock.h

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
#ifndef __M68K_SPINLOCK_H
#define __M68K_SPINLOCK_H

#error "m68k doesn't do SMP yet"

#endif