]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc: fix implicit use of mutex.h by include/asm/spu.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 22 Jul 2011 18:00:05 +0000 (14:00 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 19:10:29 +0000 (15:10 -0400)
commit3efd12bd4bebb9c5aab5c2e37245bdabf799b8c2
tree5f86750a92f0e212a6f4f3f74b05ff1342d779d3
parent1e58b61993dbe5263dd575e667d819a5dcf173c1
powerpc: fix implicit use of mutex.h by include/asm/spu.h

We've been getting the header implicitly via module.h in the past
but when we clean that up, we'll get this failure:

  CC      arch/powerpc/platforms/cell/beat_spu_priv1.o
In file included from arch/powerpc/platforms/cell/beat_spu_priv1.c:22:
arch/powerpc/include/asm/spu.h:190: error: field 'list_mutex' has incomplete type
make[2]: *** [arch/powerpc/platforms/cell/beat_spu_priv1.o] Error 1

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/powerpc/include/asm/spu.h