summaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/mutex.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2012-05-30 15:49:59 +0200
committerGeert Uytterhoeven <geert@linux-m68k.org>2012-06-10 10:18:25 +0200
commit2bbc89a8e9c652ee71c6c3b2e0679b7ecedb1a09 (patch)
tree88f9b8f32b6f9619974dfb62f9bc75d13ee9e1b4 /arch/m68k/include/asm/mutex.h
parentd8ce7263e1bc3b6b2b906fec0c5037bc27d21d6a (diff)
m68k: Use Kbuild logic to import asm-generic headers
Replace all headers files that just include their asm-generic version by Kbuild logic Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include/asm/mutex.h')
-rw-r--r--arch/m68k/include/asm/mutex.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/m68k/include/asm/mutex.h b/arch/m68k/include/asm/mutex.h
deleted file mode 100644
index 458c1f7fbc18..000000000000
--- a/arch/m68k/include/asm/mutex.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
- * Pull in the generic implementation for the mutex fastpath.
- *
- * TODO: implement optimized primitives instead, or leave the generic
- * implementation in place, or pick the atomic_xchg() based generic
- * implementation. (see asm-generic/mutex-xchg.h for details)
- */
-
-#include <asm-generic/mutex-dec.h>