Skip to content

Commit

Permalink
ARM: mach-davinci: remove arch specific special handling for ioremap
Browse files Browse the repository at this point in the history
A generic version should replace this later.

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Nov 16, 2011
1 parent cf48c02 commit 400eeee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 57 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-davinci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

# Common objects
obj-y := time.o clock.o serial.o io.o psc.o \
obj-y := time.o clock.o serial.o psc.o \
dma.o usb.o common.o sram.o aemif.o

obj-$(CONFIG_DAVINCI_MUX) += mux.o
Expand Down
8 changes: 0 additions & 8 deletions arch/arm/mach-davinci/include/mach/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,4 @@
#define __mem_pci(a) (a)
#define __mem_isa(a) (a)

#ifndef __ASSEMBLER__
#define __arch_ioremap davinci_ioremap
#define __arch_iounmap davinci_iounmap

void __iomem *davinci_ioremap(unsigned long phys, size_t size,
unsigned int type);
void davinci_iounmap(volatile void __iomem *addr);
#endif
#endif /* __ASM_ARCH_IO_H */
48 changes: 0 additions & 48 deletions arch/arm/mach-davinci/io.c

This file was deleted.

0 comments on commit 400eeee

Please sign in to comment.