diff options
Diffstat (limited to 'include/usb/lin_gadget_compat.h')
-rw-r--r-- | include/usb/lin_gadget_compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/usb/lin_gadget_compat.h b/include/usb/lin_gadget_compat.h index fce3be7..1b937e4 100644 --- a/include/usb/lin_gadget_compat.h +++ b/include/usb/lin_gadget_compat.h @@ -52,7 +52,6 @@ #define kmalloc(size, type) memalign(CONFIG_SYS_CACHELINE_SIZE, size) #define kfree(addr) free(addr) -#define mdelay(n) ({unsigned long msec = (n); while (msec--) udelay(1000); }) #define __iomem #define min_t min |