summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-04-09 12:24:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-04-09 12:24:49 +0200
commit383b3cb658f99f3fd9aea3fe94e9060e895a7568 (patch)
tree4418324917cc79ee911c542485340ce1cddeccd6 /drivers/usb/core/hub.c
parent731cc538f3bdce594095d31af9bc288dcd511ab9 (diff)
parent3f4dfa9077cb189da4895e9408e8556adec69b26 (diff)
downloadbarebox-383b3cb658f99f3fd9aea3fe94e9060e895a7568.tar.gz
barebox-383b3cb658f99f3fd9aea3fe94e9060e895a7568.tar.xz
Merge branch 'for-next/usb-storage'
Diffstat (limited to 'drivers/usb/core/hub.c')
-rw-r--r--drivers/usb/core/hub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
index 39e5fe67d4..d01a016077 100644
--- a/drivers/usb/core/hub.c
+++ b/drivers/usb/core/hub.c
@@ -21,7 +21,6 @@
#include <init.h>
#include <malloc.h>
#include <errno.h>
-#include <scsi.h>
#include <usb/phy.h>
#include <usb/usb.h>
#include <usb/usb_defs.h>