• Paul Gortmaker's avatar
    powerpc: cell/beat_wrapper.h is implicitly using memcpy functions · 08f1e55c
    Paul Gortmaker authored
    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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
    08f1e55c
beat_wrapper.h 7.14 KB