aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/devices.h')
-rw-r--r--arch/arm/mach-pxa/devices.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/devices.h b/arch/arm/mach-pxa/devices.h
index 51162a7dba07..e78b48f62b36 100644
--- a/arch/arm/mach-pxa/devices.h
+++ b/arch/arm/mach-pxa/devices.h
@@ -13,4 +13,12 @@ extern struct platform_device pxa_device_rtc;
13extern struct platform_device pxa27x_device_i2c_power; 13extern struct platform_device pxa27x_device_i2c_power;
14extern struct platform_device pxa27x_device_ohci; 14extern struct platform_device pxa27x_device_ohci;
15 15
16extern struct platform_device pxa25x_device_ssp;
17extern struct platform_device pxa25x_device_nssp;
18extern struct platform_device pxa25x_device_assp;
19extern struct platform_device pxa27x_device_ssp1;
20extern struct platform_device pxa27x_device_ssp2;
21extern struct platform_device pxa27x_device_ssp3;
22extern struct platform_device pxa3xx_device_ssp4;
23
16void __init pxa_register_device(struct platform_device *dev, void *data); 24void __init pxa_register_device(struct platform_device *dev, void *data);