diff options
Diffstat (limited to 'drivers/usb/emul/sandbox_hub.c')
-rw-r--r-- | drivers/usb/emul/sandbox_hub.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/emul/sandbox_hub.c b/drivers/usb/emul/sandbox_hub.c index 9a0f47b81c..f5dda8123f 100644 --- a/drivers/usb/emul/sandbox_hub.c +++ b/drivers/usb/emul/sandbox_hub.c @@ -10,8 +10,6 @@ #include <usb.h> #include <dm/device-internal.h> -DECLARE_GLOBAL_DATA_PTR; - /* We only support up to 8 */ #define SANDBOX_NUM_PORTS 4 |