summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5p6442/include/mach/io.h
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2011-05-11 16:27:51 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-05-12 08:10:53 +0900
commita73ddc61e8f14ddc7ab6e6a11dc882ef6a697114 (patch)
tree12fa69805404b7bc5d048051be484782b3165643 /arch/arm/mach-s5p6442/include/mach/io.h
parent693d92a1bbc9e42681c42ed190bd42b636ca876f (diff)
ARM: S5P6442: Removing ARCH_S5P6442
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5p6442/include/mach/io.h')
-rw-r--r--arch/arm/mach-s5p6442/include/mach/io.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/mach-s5p6442/include/mach/io.h b/arch/arm/mach-s5p6442/include/mach/io.h
deleted file mode 100644
index 5d2195ad0b6..00000000000
--- a/arch/arm/mach-s5p6442/include/mach/io.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/* arch/arm/mach-s5p6442/include/mach/io.h
- *
- * Copyright 2008-2010 Ben Dooks <ben-linux@fluff.org>
- *
- * Default IO routines for S5P6442
- */
-
-#ifndef __ASM_ARM_ARCH_IO_H
-#define __ASM_ARM_ARCH_IO_H
-
-/* No current ISA/PCI bus support. */
-#define __io(a) __typesafe_io(a)
-#define __mem_pci(a) (a)
-
-#define IO_SPACE_LIMIT (0xFFFFFFFF)
-
-#endif