diff options
Diffstat (limited to 'drivers/usb/host/imx21-hcd.h')
-rw-r--r-- | drivers/usb/host/imx21-hcd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/host/imx21-hcd.h b/drivers/usb/host/imx21-hcd.h index c005770a73e9..05122f8a6983 100644 --- a/drivers/usb/host/imx21-hcd.h +++ b/drivers/usb/host/imx21-hcd.h | |||
@@ -24,6 +24,10 @@ | |||
24 | #ifndef __LINUX_IMX21_HCD_H__ | 24 | #ifndef __LINUX_IMX21_HCD_H__ |
25 | #define __LINUX_IMX21_HCD_H__ | 25 | #define __LINUX_IMX21_HCD_H__ |
26 | 26 | ||
27 | #ifdef CONFIG_DYNAMIC_DEBUG | ||
28 | #define DEBUG | ||
29 | #endif | ||
30 | |||
27 | #include <linux/platform_data/usb-mx2.h> | 31 | #include <linux/platform_data/usb-mx2.h> |
28 | 32 | ||
29 | #define NUM_ISO_ETDS 2 | 33 | #define NUM_ISO_ETDS 2 |