From: Russell King Date: Thu, 30 Nov 2006 14:36:29 +0000 (+0000) Subject: [ARM] Remove warnings for __io_pci and __arch_(get|put)* X-Git-Tag: upstream/snapshot3+hdmi~35673^2~47^2~32^2^3~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f4c7e39cb769addf047de8ec395a200cc6eec94;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [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 --- diff --git a/include/asm-arm/io.h b/include/asm-arm/io.h index ae999fd..288f76b16 100644 --- a/include/asm-arm/io.h +++ b/include/asm-arm/io.h @@ -75,14 +75,6 @@ extern void __readwrite_bug(const char *fn); */ #include -#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 * -------------------------