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

Commit 2db1f972 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent e0754d83
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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

arch/blackfin/include/asm/mutex.h

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
#include <asm-generic/mutex-dec.h>