diff options
Diffstat (limited to 'common/usb_hub.c')
-rw-r--r-- | common/usb_hub.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/usb_hub.c b/common/usb_hub.c index b46dfa16cc..0729a20df4 100644 --- a/common/usb_hub.c +++ b/common/usb_hub.c @@ -37,8 +37,6 @@ #endif #include <asm/unaligned.h> -DECLARE_GLOBAL_DATA_PTR; - #include <usb.h> #define USB_BUFSIZ 512 |