diff --git a/ngc/ssaram.c b/ngc/ssaram.c index 2b59f5af9b..908cffc33e 100644 --- a/ngc/ssaram.c +++ b/ngc/ssaram.c @@ -4,7 +4,6 @@ /**************************************************************************** * SSARAM ***************************************************************************/ -#ifndef HW_RVL #include #include #include @@ -103,4 +102,3 @@ void ARAMFetch(char *dst, char *src, int len) AR_StartDMA(ARAM_READ, (u32) dst, (u32) src, len); while (AR_GetDMAStatus()); } -#endif