diff options
Diffstat (limited to 'arch/powerpc/crypto/md5-asm.S')
-rw-r--r-- | arch/powerpc/crypto/md5-asm.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/crypto/md5-asm.S b/arch/powerpc/crypto/md5-asm.S index 10cdf5bceebb..1834065362c7 100644 --- a/arch/powerpc/crypto/md5-asm.S +++ b/arch/powerpc/crypto/md5-asm.S @@ -11,6 +11,7 @@ */ #include <asm/ppc_asm.h> #include <asm/asm-offsets.h> +#include <asm/asm-compat.h> #define rHP r3 #define rWP r4 |