diff --git a/arch/arm/src/sam34/sam_aes.c b/arch/arm/src/sam34/sam_aes.c index 12aa0cb6902..c66e27086f6 100644 --- a/arch/arm/src/sam34/sam_aes.c +++ b/arch/arm/src/sam34/sam_aes.c @@ -44,11 +44,11 @@ #include #include #include +#include #include #include -#include -#include +#include #include #include @@ -63,20 +63,6 @@ * Pre-processor Definitions ****************************************************************************/ -#define CONFIG_DEBUG_CRYPTO - -#ifdef CONFIG_DEBUG_CRYPTO -# define cryptdbg lldbg -# ifdef CONFIG_DEBUG_VERBOSE -# define cryptvdbg lldbg -# else -# define cryptvdbg(x...) -# endif -#else -# define cryptdbg(x...) -# define cryptvdbg(x...) -#endif - #define AES_BLOCK_SIZE 16 /****************************************************************************