diff options
author | Subrata Banik <subrata.banik@intel.com> | 2017-02-27 12:21:49 +0530 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-03-06 20:40:15 +0100 |
commit | c2c8397dbbe8bd36d2bc3c1a6a0960d574294585 (patch) | |
tree | 89671803ebe0e0be6e06cab79c077b391875a0f1 /src/soc/intel/skylake/xhci.c | |
parent | 79fc33ac7723809d11870b9276618ba29edb2f2b (diff) | |
download | coreboot-c2c8397dbbe8bd36d2bc3c1a6a0960d574294585.tar.xz |
soc/intel/skylake: Clean up XHCI code
Don't need "skylake/include/soc/xhci.h", hence removed.
Change-Id: I35df2003f311b557b622ce1d7a1c2e832693c2fc
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/18508
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/skylake/xhci.c')
-rw-r--r-- | src/soc/intel/skylake/xhci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/xhci.c b/src/soc/intel/skylake/xhci.c index 5ee34dfc68..0912f10a7e 100644 --- a/src/soc/intel/skylake/xhci.c +++ b/src/soc/intel/skylake/xhci.c @@ -21,7 +21,6 @@ #include <device/pci_ids.h> #include <arch/io.h> #include <soc/ramstage.h> -#include <soc/xhci.h> #include <soc/cpu.h> static struct device_operations usb_xhci_ops = { |