diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-09-21 07:32:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-09-21 07:32:19 +0000 |
commit | a34a13c09caf22ccb338791d91a7ed83f5977664 (patch) | |
tree | 402b17bae496247a17f2a772b91e793109a522bc /target/linux/adm5120/files/include | |
parent | 96c724bf3cba1fbc472178c8c9f30b0601e04479 (diff) | |
download | mtk-20170518-a34a13c09caf22ccb338791d91a7ed83f5977664.zip mtk-20170518-a34a13c09caf22ccb338791d91a7ed83f5977664.tar.gz mtk-20170518-a34a13c09caf22ccb338791d91a7ed83f5977664.tar.bz2 |
checkin a new, experimental USB driver
SVN-Revision: 8905
Diffstat (limited to 'target/linux/adm5120/files/include')
-rw-r--r-- | target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h index 81c7617..863d988 100644 --- a/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h +++ b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h @@ -75,7 +75,7 @@ extern struct amba_pl010_data adm5120_uart1_data; extern struct platform_device adm5120_flash0_device; extern struct platform_device adm5120_flash1_device; extern struct platform_device adm5120_nand_device; -extern struct platform_device adm5120_usbc_device; +extern struct platform_device adm5120_hcd_device; extern struct platform_device adm5120_pci_device; extern struct platform_device adm5120_switch_device; extern struct amba_device adm5120_uart0_device; |