staging: ccree: remove min/max macros
Remove useless and wrong min/max macros. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a1ab41ebd0
commit
ee67acfeed
|
@ -20,12 +20,6 @@
|
||||||
|
|
||||||
#include <linux/types.h>
|
#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 */
|
/* context size */
|
||||||
#ifndef CC_CTX_SIZE_LOG2
|
#ifndef CC_CTX_SIZE_LOG2
|
||||||
#if (CC_SUPPORT_SHA > 256)
|
#if (CC_SUPPORT_SHA > 256)
|
||||||
|
|
Loading…
Reference in New Issue