Browse Source

Blackfin: merge asm/mutex.h into kbuild too

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>
Mike Frysinger 14 years ago
parent
commit
2db1f97299
2 changed files with 1 additions and 1 deletions
  1. 1 0
      arch/blackfin/include/asm/Kbuild
  2. 0 1
      arch/blackfin/include/asm/mutex.h

+ 1 - 0
arch/blackfin/include/asm/Kbuild

@@ -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

+ 0 - 1
arch/blackfin/include/asm/mutex.h

@@ -1 +0,0 @@
-#include <asm-generic/mutex-dec.h>