diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-12-14 22:50:26 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-18 16:35:59 +0000 |
commit | 549d0460bcbbf69791149725027b0036e6dc4d88 (patch) | |
tree | 453821fddfc8c653d4a3653d4b600d740beb43f7 | |
parent | 7de40c216c15c02c453f17b6c9ecee83f93790f1 (diff) |
[ARM] S3C24A0: Remove duplicate <mach/io.h> file
The commit 39263db7986bf15c753f6847699107bdf5a2e318 added
a default <mach/io.h> implementation which is shared if
needed between all the s3c implementations. Remove the
s3c24a0 version which is the same as this.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
-rw-r--r-- | arch/arm/mach-s3c24a0/include/mach/io.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/mach-s3c24a0/include/mach/io.h b/arch/arm/mach-s3c24a0/include/mach/io.h deleted file mode 100644 index c163364773b..00000000000 --- a/arch/arm/mach-s3c24a0/include/mach/io.h +++ /dev/null @@ -1,16 +0,0 @@ -/* arch/arm/mach-s3c24a0/include/mach/io.h - * - * Copyright 2008 Simtec Electronics - * Ben Dooks <ben-linux@fluff.org> - * - * IO access and mapping routines for the S3C24A0 - */ - -#ifndef __ASM_ARM_ARCH_IO_H -#define __ASM_ARM_ARCH_IO_H - -/* No current ISA/PCI bus support. */ -#define __io(a) ((void __iomem *)(a)) -#define __mem_pci(a) (a) - -#endif |