diff options
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/da8xx.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/da8xx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/da8xx.h b/arch/arm/mach-davinci/include/mach/da8xx.h index abb8a5b2c692..3b7527324bf4 100644 --- a/arch/arm/mach-davinci/include/mach/da8xx.h +++ b/arch/arm/mach-davinci/include/mach/da8xx.h | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <mach/emac.h> | 19 | #include <mach/emac.h> |
20 | #include <mach/asp.h> | 20 | #include <mach/asp.h> |
21 | #include <mach/mmc.h> | 21 | #include <mach/mmc.h> |
22 | #include <mach/usb.h> | ||
22 | 23 | ||
23 | extern void __iomem *da8xx_syscfg_base; | 24 | extern void __iomem *da8xx_syscfg_base; |
24 | 25 | ||
@@ -78,6 +79,7 @@ void __init da850_init(void); | |||
78 | int da8xx_register_edma(void); | 79 | int da8xx_register_edma(void); |
79 | int da8xx_register_i2c(int instance, struct davinci_i2c_platform_data *pdata); | 80 | int da8xx_register_i2c(int instance, struct davinci_i2c_platform_data *pdata); |
80 | int da8xx_register_watchdog(void); | 81 | int da8xx_register_watchdog(void); |
82 | int da8xx_register_usb11(struct da8xx_ohci_root_hub *pdata); | ||
81 | int da8xx_register_emac(void); | 83 | int da8xx_register_emac(void); |
82 | int da8xx_register_lcdc(struct da8xx_lcdc_platform_data *pdata); | 84 | int da8xx_register_lcdc(struct da8xx_lcdc_platform_data *pdata); |
83 | int da8xx_register_mmcsd0(struct davinci_mmc_config *config); | 85 | int da8xx_register_mmcsd0(struct davinci_mmc_config *config); |