diff options
Diffstat (limited to 'include/asm-arm/arch-iop33x/hardware.h')
-rw-r--r-- | include/asm-arm/arch-iop33x/hardware.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-arm/arch-iop33x/hardware.h b/include/asm-arm/arch-iop33x/hardware.h index 5e3cb32af020..3ebfdc6fea99 100644 --- a/include/asm-arm/arch-iop33x/hardware.h +++ b/include/asm-arm/arch-iop33x/hardware.h | |||
@@ -22,6 +22,11 @@ | |||
22 | #define PCIBIOS_MIN_IO 0x00000000 | 22 | #define PCIBIOS_MIN_IO 0x00000000 |
23 | #define PCIBIOS_MIN_MEM 0x00000000 | 23 | #define PCIBIOS_MIN_MEM 0x00000000 |
24 | 24 | ||
25 | #ifndef __ASSEMBLY__ | ||
26 | extern struct platform_device iop33x_uart0_device; | ||
27 | extern struct platform_device iop33x_uart1_device; | ||
28 | #endif | ||
29 | |||
25 | 30 | ||
26 | /* | 31 | /* |
27 | * Generic chipset bits | 32 | * Generic chipset bits |