diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-11-30 09:36:29 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-11-30 09:36:29 -0500 |
commit | 6f4c7e39cb769addf047de8ec395a200cc6eec94 (patch) | |
tree | f3478eba49b041f2a02e652e2f69a90ec52b4048 /include/asm-arm | |
parent | 74af1c227cf17caff3bb8c6547858655a473a39b (diff) |
[ARM] Remove warnings for __io_pci and __arch_(get|put)*
Since the last definitions of this macros have been removed, we
can remove the warnings in asm/io.h.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/io.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-arm/io.h b/include/asm-arm/io.h index ae999fd5dc67..288f76b166d0 100644 --- a/include/asm-arm/io.h +++ b/include/asm-arm/io.h | |||
@@ -75,14 +75,6 @@ extern void __readwrite_bug(const char *fn); | |||
75 | */ | 75 | */ |
76 | #include <asm/arch/io.h> | 76 | #include <asm/arch/io.h> |
77 | 77 | ||
78 | #ifdef __io_pci | ||
79 | #warning machine class uses buggy __io_pci | ||
80 | #endif | ||
81 | #if defined(__arch_putb) || defined(__arch_putw) || defined(__arch_putl) || \ | ||
82 | defined(__arch_getb) || defined(__arch_getw) || defined(__arch_getl) | ||
83 | #warning machine class uses old __arch_putw or __arch_getw | ||
84 | #endif | ||
85 | |||
86 | /* | 78 | /* |
87 | * IO port access primitives | 79 | * IO port access primitives |
88 | * ------------------------- | 80 | * ------------------------- |