Consolidate MAX/MIN definitions
There were several, now there is one (two if you count the lower-case versions). Signed-off-by: Andy Fleming <afleming@freescale.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
298e476c66
commit
20d04774f4
@@ -46,8 +46,6 @@
|
||||
# define DFC_DEBUG3(fmt, args...)
|
||||
#endif
|
||||
|
||||
#define MIN(x, y) ((x < y) ? x : y)
|
||||
|
||||
/* These really don't belong here, as they are specific to the NAND Model */
|
||||
static uint8_t scan_ff_pattern[] = { 0xff, 0xff };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user