X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fusbdcore.h;h=206dbbc864e52fb8d9dc8c7231c35af976f92a5f;hb=aaa0e0812ffdf861993129f41936eb175a2eaa5f;hp=cb2be72804a4f1ca6b3b83e2b63395353f61a6d0;hpb=f0e3d2b42268a9ed8d28c50c662eeba08379ceab;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/usbdcore.h b/include/usbdcore.h index cb2be72..206dbbc 100644 --- a/include/usbdcore.h +++ b/include/usbdcore.h @@ -126,14 +126,6 @@ }) #endif -#ifndef MIN -#define MIN(a,b) ((a) < (b) ? (a) : (b)) -#endif -#ifndef MAX -#define MAX(a,b) ((a) > (b) ? (a) : (b)) -#endif - - /* * Structure member address manipulation macros. * These are used by client code (code using the urb_link routines), since