diff options
Diffstat (limited to 'drivers/crypto/ace_sha.c')
-rw-r--r-- | drivers/crypto/ace_sha.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/crypto/ace_sha.c b/drivers/crypto/ace_sha.c index 0e43e82fc5..261d3efe84 100644 --- a/drivers/crypto/ace_sha.c +++ b/drivers/crypto/ace_sha.c @@ -3,12 +3,10 @@ * Advanced Crypto Engine - SHA Firmware * Copyright (c) 2012 Samsung Electronics */ - -#include <config.h> +#include <common.h> #include "ace_sha.h" #include <log.h> #include <rand.h> -#include <linux/string.h> #ifdef CONFIG_SHA_HW_ACCEL #include <u-boot/sha256.h> |