diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-02-05 13:02:55 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-02-06 11:13:57 +0100 |
commit | e2227a23a73f2d68cd5d339559813eefc6942837 (patch) | |
tree | 8c565a35555e438f4a38599365e5aa0d63027967 /src/southbridge/amd/cimx/sb900 | |
parent | 9db1c4e51a24ca1d81cd0d764c01ddd612aab775 (diff) | |
download | coreboot-e2227a23a73f2d68cd5d339559813eefc6942837.tar.xz |
usbdebug: Move under drivers/usb
Also relocate and split header files, there is some interest
for EHCI debug support without PCI.
Change-Id: Ibe91730eb72dfe0634fb38bdd184043495e2fb08
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5129
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/southbridge/amd/cimx/sb900')
-rw-r--r-- | src/southbridge/amd/cimx/sb900/late.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/cimx/sb900/late.c b/src/southbridge/amd/cimx/sb900/late.c index d2ce72cc01..3cd603ca7a 100644 --- a/src/southbridge/amd/cimx/sb900/late.c +++ b/src/southbridge/amd/cimx/sb900/late.c @@ -24,7 +24,7 @@ #include <device/smbus.h> /* smbus_bus_operations */ #include <pc80/mc146818rtc.h> #include <console/console.h> /* printk */ -#include <usbdebug.h> +#include <device/pci_ehci.h> #include "lpc.h" /* lpc_read_resources */ #include "SbPlatform.h" /* Platfrom Specific Definitions */ #include "chip.h" /* struct southbridge_amd_cimx_sb900_config */ |