summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-s3c24xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ohci-s3c24xx.c')
-rw-r--r--drivers/usb/host/ohci-s3c24xx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/host/ohci-s3c24xx.c b/drivers/usb/host/ohci-s3c24xx.c
index 3c659c60c9..8bb2275c09 100644
--- a/drivers/usb/host/ohci-s3c24xx.c
+++ b/drivers/usb/host/ohci-s3c24xx.c
@@ -35,9 +35,6 @@
#define OHCI_CONTROL_INIT \
(OHCI_CTRL_CBSR & 0x3) | OHCI_CTRL_IE | OHCI_CTRL_PLE
-#define min_t(type, x, y) \
- ({ type __x = (x); type __y = (y); __x < __y ? __x : __y; })
-
#undef DEBUG
#ifdef DEBUG
#define dbg(format, arg...) printf("DEBUG: " format "\n", ## arg)
OpenPOWER on IntegriCloud