1. for common devices across all the pxa variants, the names
are changed to be:
"pxa_device_xxx"
2. for pxa25x or pxa27x specific devices, the names are
changed to be:
"pxa25x_device_xxx", or
"pxa27x_device_xxx"
Signed-off-by: eric miao <eric.y.miao@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
11 lines
518 B
C
11 lines
518 B
C
extern struct platform_device pxa_device_mci;
|
|
extern struct platform_device pxa_device_udc;
|
|
extern struct platform_device pxa_device_fb;
|
|
extern struct platform_device pxa_device_ffuart;
|
|
extern struct platform_device pxa_device_btuart;
|
|
extern struct platform_device pxa_device_stuart;
|
|
extern struct platform_device pxa_device_hwuart;
|
|
extern struct platform_device pxa_device_i2c;
|
|
extern struct platform_device pxa_device_i2s;
|
|
extern struct platform_device pxa_device_ficp;
|
|
extern struct platform_device pxa_device_rtc;
|