diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-11 07:12:48 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-11 07:12:48 -0400 |
commit | 3c081384007332ab95c8d8753f47719d6646bcb2 (patch) | |
tree | 0c3f2029c3033d5923cf8b8c86c7b4302f44262d /arch | |
parent | f455dfb106916d855d59686fe16575c2ceb2cb2a (diff) | |
parent | a2b03461cb072eb6097a55ec0289294b09382284 (diff) |
Merge branch 's3c-iis-header' into for-2.6.30
Conflicts:
arch/arm/mach-shark/include/mach/io.h
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s3c2410/include/mach/hardware.h | 3 | ||||
-rw-r--r-- | arch/arm/mach-shark/include/mach/io.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/hardware.h b/arch/arm/mach-s3c2410/include/mach/hardware.h index db72beb61d7c..74d5a1a4024c 100644 --- a/arch/arm/mach-s3c2410/include/mach/hardware.h +++ b/arch/arm/mach-s3c2410/include/mach/hardware.h | |||
@@ -131,4 +131,7 @@ extern int s3c2412_gpio_set_sleepcfg(unsigned int pin, unsigned int state); | |||
131 | 131 | ||
132 | /* machine specific hardware definitions should go after this */ | 132 | /* machine specific hardware definitions should go after this */ |
133 | 133 | ||
134 | /* currently here until moved into config (todo) */ | ||
135 | #define CONFIG_NO_MULTIWORD_IO | ||
136 | |||
134 | #endif /* __ASM_ARCH_HARDWARE_H */ | 137 | #endif /* __ASM_ARCH_HARDWARE_H */ |
diff --git a/arch/arm/mach-shark/include/mach/io.h b/arch/arm/mach-shark/include/mach/io.h index 568daea93fb1..c5cee829fc87 100644 --- a/arch/arm/mach-shark/include/mach/io.h +++ b/arch/arm/mach-shark/include/mach/io.h | |||
@@ -14,8 +14,7 @@ | |||
14 | #define PCIO_BASE 0xe0000000 | 14 | #define PCIO_BASE 0xe0000000 |
15 | #define IO_SPACE_LIMIT 0xffffffff | 15 | #define IO_SPACE_LIMIT 0xffffffff |
16 | 16 | ||
17 | #define __io(a) __typesafe_io(PCIO_BASE + (a)) | 17 | #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) |
18 | |||
19 | #define __mem_pci(addr) (addr) | 18 | #define __mem_pci(addr) (addr) |
20 | 19 | ||
21 | #endif | 20 | #endif |