Blackfin: merge asm/mutex.h into kbuild too
authorMike Frysinger <vapier@gentoo.org>
Sat, 20 Aug 2011 03:51:52 +0000 (23:51 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 25 Oct 2011 23:51:47 +0000 (19:51 -0400)
This header was being rewritten while the asm-generic kbuild support
was in flight, so it missed out on the update.  Punt the stub and use
the kbuild now that everything has settled.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/include/asm/Kbuild
arch/blackfin/include/asm/mutex.h [deleted file]

index 7a075ea..5a0625a 100644 (file)
@@ -21,6 +21,7 @@ generic-y += local64.h
 generic-y += local.h
 generic-y += mman.h
 generic-y += msgbuf.h
+generic-y += mutex.h
 generic-y += param.h
 generic-y += percpu.h
 generic-y += pgalloc.h
diff --git a/arch/blackfin/include/asm/mutex.h b/arch/blackfin/include/asm/mutex.h
deleted file mode 100644 (file)
index ff6101a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include <asm-generic/mutex-dec.h>