[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>
This commit is contained in:
Russell King 2006-11-30 14:36:29 +00:00 коммит произвёл Russell King
Родитель 74af1c227c
Коммит 6f4c7e39cb
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -75,14 +75,6 @@ extern void __readwrite_bug(const char *fn);
*/ */
#include <asm/arch/io.h> #include <asm/arch/io.h>
#ifdef __io_pci
#warning machine class uses buggy __io_pci
#endif
#if defined(__arch_putb) || defined(__arch_putw) || defined(__arch_putl) || \
defined(__arch_getb) || defined(__arch_getw) || defined(__arch_getl)
#warning machine class uses old __arch_putw or __arch_getw
#endif
/* /*
* IO port access primitives * IO port access primitives
* ------------------------- * -------------------------