summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2019-03-07 00:00:24 -0800
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-11 08:11:18 +0100
commitd13bf27a74dcdbfeeeaceea8702d83715c9cc90d (patch)
tree4a0d4071dc32aea151959f00d6152337322bf953 /drivers
parentbdf6d51a5b58bf174ac604f41cdb5f70d97b05e7 (diff)
downloadbarebox-d13bf27a74dcdbfeeeaceea8702d83715c9cc90d.tar.gz
barebox-d13bf27a74dcdbfeeeaceea8702d83715c9cc90d.tar.xz
usb: hub: Do not include <scsi.h>
No symbols found in <scsi.h> are used in this file. Drop it. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers')
-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>