Loading arch/arm/mm/ioremap.c +1 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ #include <linux/vmalloc.h> #include <asm/cacheflush.h> #include <asm/hardware.h> #include <asm/io.h> #include <asm/tlbflush.h> Loading drivers/mtd/maps/sa1100-flash.c +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ #include <linux/mtd/partitions.h> #include <linux/mtd/concat.h> #include <asm/hardware.h> #include <asm/io.h> #include <asm/sizes.h> #include <asm/mach/flash.h> Loading include/asm-arm/arch-sa1100/hardware.h +0 −7 Original line number Diff line number Diff line Loading @@ -21,13 +21,6 @@ #define UNCACHEABLE_ADDR 0xfa050000 /* * We requires absolute addresses i.e. (PCMCIA_IO_0_BASE + 0x3f8) for * in*()/out*() macros to be usable for all cases. */ #define PCIO_BASE 0 /* * SA1100 internal I/O mappings * Loading include/asm-arm/arch-sa1100/io.h +5 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,11 @@ * We don't actually have real ISA nor PCI buses, but there is so many * drivers out there that might just work if we fake them... */ #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) static inline void __iomem *__io(unsigned long addr) { return (void __iomem *)addr; } #define __io(a) __io(a) #define __mem_pci(a) (a) #define __mem_isa(a) (a) Loading include/asm-arm/arch-sa1100/system.h +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ * Copyright (c) 1999 Nicolas Pitre <nico@cam.org> */ #include <linux/config.h> #include <asm/hardware.h> static inline void arch_idle(void) { Loading Loading
arch/arm/mm/ioremap.c +1 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ #include <linux/vmalloc.h> #include <asm/cacheflush.h> #include <asm/hardware.h> #include <asm/io.h> #include <asm/tlbflush.h> Loading
drivers/mtd/maps/sa1100-flash.c +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ #include <linux/mtd/partitions.h> #include <linux/mtd/concat.h> #include <asm/hardware.h> #include <asm/io.h> #include <asm/sizes.h> #include <asm/mach/flash.h> Loading
include/asm-arm/arch-sa1100/hardware.h +0 −7 Original line number Diff line number Diff line Loading @@ -21,13 +21,6 @@ #define UNCACHEABLE_ADDR 0xfa050000 /* * We requires absolute addresses i.e. (PCMCIA_IO_0_BASE + 0x3f8) for * in*()/out*() macros to be usable for all cases. */ #define PCIO_BASE 0 /* * SA1100 internal I/O mappings * Loading
include/asm-arm/arch-sa1100/io.h +5 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,11 @@ * We don't actually have real ISA nor PCI buses, but there is so many * drivers out there that might just work if we fake them... */ #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) static inline void __iomem *__io(unsigned long addr) { return (void __iomem *)addr; } #define __io(a) __io(a) #define __mem_pci(a) (a) #define __mem_isa(a) (a) Loading
include/asm-arm/arch-sa1100/system.h +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ * Copyright (c) 1999 Nicolas Pitre <nico@cam.org> */ #include <linux/config.h> #include <asm/hardware.h> static inline void arch_idle(void) { Loading