diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-02-29 17:58:05 +0100 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-03-07 04:34:37 +0100 |
commit | 17d971e5dceef87bb6fe179a942c8f6191afbab9 (patch) | |
tree | 9fccff087601b51b106727af7a8388092f3e581b /arch/arm/mach-iop13xx/include/mach | |
parent | ARM: remove compile time __arch_ioremap/__arch_iounmap (diff) | |
download | linux-17d971e5dceef87bb6fe179a942c8f6191afbab9.tar.xz linux-17d971e5dceef87bb6fe179a942c8f6191afbab9.zip |
ARM: iop13xx: move io.h externs to pci.h
These variables are just needed in pci.c and io.c, so move them out of
io.h in preparation to remove io.h.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Russell King <linux@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-iop13xx/include/mach')
-rw-r--r-- | arch/arm/mach-iop13xx/include/mach/io.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-iop13xx/include/mach/io.h b/arch/arm/mach-iop13xx/include/mach/io.h index 2a69fc0c7223..058dbfdf7066 100644 --- a/arch/arm/mach-iop13xx/include/mach/io.h +++ b/arch/arm/mach-iop13xx/include/mach/io.h @@ -26,9 +26,5 @@ #define __mem_isa(a) (a) extern void __iomem * __iop13xx_io(unsigned long io_addr); -extern u32 iop13xx_atue_mem_base; -extern u32 iop13xx_atux_mem_base; -extern size_t iop13xx_atue_mem_size; -extern size_t iop13xx_atux_mem_size; #endif |