diff options
Diffstat (limited to 'arch/arm/mach-mmp/include/mach/pxa168.h')
| -rw-r--r-- | arch/arm/mach-mmp/include/mach/pxa168.h | 8 | 
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/arm/mach-mmp/include/mach/pxa168.h b/arch/arm/mach-mmp/include/mach/pxa168.h index dc03d580a06..09dcd6e2b6a 100644 --- a/arch/arm/mach-mmp/include/mach/pxa168.h +++ b/arch/arm/mach-mmp/include/mach/pxa168.h @@ -16,6 +16,7 @@ extern void pxa168_clear_keypad_wakeup(void);  #include <plat/pxa27x_keypad.h>  #include <mach/cputype.h>  #include <linux/pxa168_eth.h> +#include <linux/platform_data/mv_usb.h>  extern struct pxa_device_desc pxa168_device_uart1;  extern struct pxa_device_desc pxa168_device_uart2; @@ -36,12 +37,9 @@ extern struct pxa_device_desc pxa168_device_fb;  extern struct pxa_device_desc pxa168_device_keypad;  extern struct pxa_device_desc pxa168_device_eth; -struct pxa168_usb_pdata { -	/* If NULL, default phy init routine for PXA168 would be called */ -	int (*phy_init)(void __iomem *usb_phy_reg_base); -};  /* pdata can be NULL */ -int __init pxa168_add_usb_host(struct pxa168_usb_pdata *pdata); +extern int __init pxa168_add_usb_host(struct mv_usb_platform_data *pdata); +  extern struct platform_device pxa168_device_gpio;  |