1*09a5358dSEric Miao extern struct platform_device pxa_device_pmu; 2e09d02e1SEric Miao extern struct platform_device pxa_device_mci; 38d33b055SBridge Wu extern struct platform_device pxa3xx_device_mci2; 45a1f21b1SBridge Wu extern struct platform_device pxa3xx_device_mci3; 57a857620SPhilipp Zabel extern struct platform_device pxa25x_device_udc; 67a857620SPhilipp Zabel extern struct platform_device pxa27x_device_udc; 7e09d02e1SEric Miao extern struct platform_device pxa_device_fb; 8e09d02e1SEric Miao extern struct platform_device pxa_device_ffuart; 9e09d02e1SEric Miao extern struct platform_device pxa_device_btuart; 10e09d02e1SEric Miao extern struct platform_device pxa_device_stuart; 11e09d02e1SEric Miao extern struct platform_device pxa_device_hwuart; 12e09d02e1SEric Miao extern struct platform_device pxa_device_i2c; 13e09d02e1SEric Miao extern struct platform_device pxa_device_i2s; 14e09d02e1SEric Miao extern struct platform_device pxa_device_ficp; 1572493146SRobert Jarzmik extern struct platform_device sa1100_device_rtc; 16e09d02e1SEric Miao extern struct platform_device pxa_device_rtc; 179f19d638SMark Brown extern struct platform_device pxa_device_ac97; 1800dc4f94SRussell King 1900dc4f94SRussell King extern struct platform_device pxa27x_device_i2c_power; 2000dc4f94SRussell King extern struct platform_device pxa27x_device_ohci; 2137320980Seric miao extern struct platform_device pxa27x_device_keypad; 2203f5b2ceSRussell King 23d2b82ddeSeric miao extern struct platform_device pxa25x_device_ssp; 24d2b82ddeSeric miao extern struct platform_device pxa25x_device_nssp; 25d2b82ddeSeric miao extern struct platform_device pxa25x_device_assp; 26d2b82ddeSeric miao extern struct platform_device pxa27x_device_ssp1; 27d2b82ddeSeric miao extern struct platform_device pxa27x_device_ssp2; 28d2b82ddeSeric miao extern struct platform_device pxa27x_device_ssp3; 29d2b82ddeSeric miao extern struct platform_device pxa3xx_device_ssp4; 30d2b82ddeSeric miao 3175540c1aSeric miao extern struct platform_device pxa25x_device_pwm0; 3275540c1aSeric miao extern struct platform_device pxa25x_device_pwm1; 3375540c1aSeric miao extern struct platform_device pxa27x_device_pwm0; 3475540c1aSeric miao extern struct platform_device pxa27x_device_pwm1; 3575540c1aSeric miao 369ae819a8SEric Miao extern struct platform_device pxa3xx_device_nand; 379ba63c4fSMike Rapoport extern struct platform_device pxa3xx_device_i2c_power; 389ae819a8SEric Miao 391ff2c33eSDaniel Mack extern struct platform_device pxa3xx_device_gcu; 401ff2c33eSDaniel Mack 4103f5b2ceSRussell King void __init pxa_register_device(struct platform_device *dev, void *data); 42