arch: sc8830: sci_types: remove the redefined macro
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / include / asm / arch-sc8830 / sci_types.h
index 82f97ee..fbedf9a 100644 (file)
@@ -153,9 +153,6 @@ typedef uint32          BLOCK_ID;
 /* some usefule marcos */
 #define Bit(_i)              ((u32) 1<<(_i))
 
-#define  MAX( _x, _y ) ( ((_x) > (_y)) ? (_x) : (_y) )
-
-#define  MIN( _x, _y ) ( ((_x) < (_y)) ? (_x) : (_y) )
 #define  WORD_LO(_xxx)  ((uint8) ((int16)(_xxx)))
 #define  WORD_HI(_xxx)  ((uint8) ((int16)(_xxx) >> 8))