diff options
Diffstat (limited to 'arch/arm/mach-pxa/devices.h')
-rw-r--r-- | arch/arm/mach-pxa/devices.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/devices.h b/arch/arm/mach-pxa/devices.h index 715e8bd02e24..2fd5a8b35757 100644 --- a/arch/arm/mach-pxa/devices.h +++ b/arch/arm/mach-pxa/devices.h | |||
@@ -39,4 +39,10 @@ extern struct platform_device pxa3xx_device_i2c_power; | |||
39 | 39 | ||
40 | extern struct platform_device pxa3xx_device_gcu; | 40 | extern struct platform_device pxa3xx_device_gcu; |
41 | 41 | ||
42 | extern struct platform_device pxa_device_asoc_platform; | ||
43 | extern struct platform_device pxa_device_asoc_ssp1; | ||
44 | extern struct platform_device pxa_device_asoc_ssp2; | ||
45 | extern struct platform_device pxa_device_asoc_ssp3; | ||
46 | extern struct platform_device pxa_device_asoc_ssp4; | ||
47 | |||
42 | void __init pxa_register_device(struct platform_device *dev, void *data); | 48 | void __init pxa_register_device(struct platform_device *dev, void *data); |