]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc: cell/beat_wrapper.h is implicitly using memcpy functions
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 22 Jul 2011 17:52:47 +0000 (13:52 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:05:13 +0000 (04:05 -0400)
commit931c97ba3d25a126e8a24a6067092324052a26c0
treeda2211c7137157149c52cb0d7d7b6fd1953f96d1
parente00e2f6bc44e699a79f666e5209b605a5b90df78
powerpc: cell/beat_wrapper.h is implicitly using memcpy functions

This has been relying on the fact that the parent file would have
module.h (and thus nearly everything) present.  But once we fix that,
we'll get stuck with this failure:

In file included from arch/powerpc/platforms/cell/beat_spu_priv1.c:26:
arch/powerpc/platforms/cell/beat_wrapper.h: In function 'beat_eeprom_write':
arch/powerpc/platforms/cell/beat_wrapper.h:160: error: implicit declaration of function 'memcpy'

and many more instances of the same.  Fix it in advance.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/powerpc/platforms/cell/beat_wrapper.h