From: Paul Gortmaker Date: Fri, 22 Jul 2011 17:52:47 +0000 (-0400) Subject: powerpc: cell/beat_wrapper.h is implicitly using memcpy functions X-Git-Tag: v3.2-rc1~22^2~194 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08f1e55cc70141fa5c3634043ba333f4734e7e04;p=pandora-kernel.git 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 --- Reading git-diff-tree failed