diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-05-15 16:39:36 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-12 15:28:21 +0200 |
commit | 46c41e62a1feb4ab2e941f33f06bbf8feab2d2cf (patch) | |
tree | d51bc7c14d6eff78292346d5aeb60a08b75a2c24 /arch/arm/mach-pxa/devices.h | |
parent | [ARM] pxa: move device registration into CPU-specific file (diff) | |
download | linux-46c41e62a1feb4ab2e941f33f06bbf8feab2d2cf.tar.xz linux-46c41e62a1feb4ab2e941f33f06bbf8feab2d2cf.zip |
[ARM] pxa: move platform devices to separate header file
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/devices.h')
-rw-r--r-- | arch/arm/mach-pxa/devices.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/devices.h b/arch/arm/mach-pxa/devices.h new file mode 100644 index 000000000000..9a6faff8e5a7 --- /dev/null +++ b/arch/arm/mach-pxa/devices.h @@ -0,0 +1,11 @@ +extern struct platform_device pxamci_device; +extern struct platform_device pxaudc_device; +extern struct platform_device pxafb_device; +extern struct platform_device ffuart_device; +extern struct platform_device btuart_device; +extern struct platform_device stuart_device; +extern struct platform_device hwuart_device; +extern struct platform_device pxai2c_device; +extern struct platform_device pxai2s_device; +extern struct platform_device pxaficp_device; +extern struct platform_device pxartc_device; |