]> 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>
Sun, 31 Jul 2011 08:05:15 +0000 (04:05 -0400)
commitc2a638b7a9963e40ee36edddcb3b8d6a0ae5b025
treeb16067e2f9708e9b12d409df1c4ab95dd71f16e6
parentb4b4a70931a2ace60331e086da582e5110c6dd99
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