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:
Andy Fleming
2008-10-30 17:35:30 -05:00
committed by Wolfgang Denk
parent 298e476c66
commit 20d04774f4
7 changed files with 3 additions and 22 deletions

View File

@@ -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 };