diff options
Diffstat (limited to 'arch/arm/mach-mmp/include/mach/pxa168.h')
-rw-r--r-- | arch/arm/mach-mmp/include/mach/pxa168.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/include/mach/pxa168.h b/arch/arm/mach-mmp/include/mach/pxa168.h index a677aa732c26..dc03d580a06d 100644 --- a/arch/arm/mach-mmp/include/mach/pxa168.h +++ b/arch/arm/mach-mmp/include/mach/pxa168.h | |||
@@ -43,6 +43,8 @@ struct pxa168_usb_pdata { | |||
43 | /* pdata can be NULL */ | 43 | /* pdata can be NULL */ |
44 | int __init pxa168_add_usb_host(struct pxa168_usb_pdata *pdata); | 44 | int __init pxa168_add_usb_host(struct pxa168_usb_pdata *pdata); |
45 | 45 | ||
46 | extern struct platform_device pxa168_device_gpio; | ||
47 | |||
46 | static inline int pxa168_add_uart(int id) | 48 | static inline int pxa168_add_uart(int id) |
47 | { | 49 | { |
48 | struct pxa_device_desc *d = NULL; | 50 | struct pxa_device_desc *d = NULL; |