summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-06-02 10:54:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-06-03 10:03:33 +0200
commit7b80d502bdcaa39665db946e3c2591e4d3117450 (patch)
tree916b862765d4ea2ddbea1af7f204cf4cbb4c42c8 /drivers
parentb8b83ea42f121d81ced4a919191c669e90390f84 (diff)
downloadbarebox-7b80d502bdcaa39665db946e3c2591e4d3117450.tar.gz
barebox-7b80d502bdcaa39665db946e3c2591e4d3117450.tar.xz
usb: xhci-hcd: remove unused #include <asm/cache.h>
We don't use anything defined within, so drop it. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/host/xhci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h
index 886cbef14c..1a3f7e7642 100644
--- a/drivers/usb/host/xhci.h
+++ b/drivers/usb/host/xhci.h
@@ -17,7 +17,6 @@
#define HOST_XHCI_H_
#include <asm/types.h>
-#include <asm/cache.h>
#include <io.h>
#include <linux/list.h>