Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee67acfe authored by Gilad Ben-Yossef's avatar Gilad Ben-Yossef Committed by Greg Kroah-Hartman
Browse files

staging: ccree: remove min/max macros



Remove useless and wrong min/max macros.

Signed-off-by: default avatarGilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a1ab41eb
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -20,12 +20,6 @@

#include <linux/types.h>


#ifndef max
#define max(a, b) ((a) > (b) ? (a) : (b))
#define min(a, b) ((a) < (b) ? (a) : (b))
#endif

/* context size */
#ifndef CC_CTX_SIZE_LOG2
#if (CC_SUPPORT_SHA > 256)