Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1
arch/blackfin/include/asm/Kbuild
··· 21 21 generic-y += local.h 22 22 generic-y += mman.h 23 23 generic-y += msgbuf.h 24 + generic-y += mutex.h 24 25 generic-y += param.h 25 26 generic-y += percpu.h 26 27 generic-y += pgalloc.h
-1
arch/blackfin/include/asm/mutex.h
··· 1 - #include <asm-generic/mutex-dec.h>