Skip to content

Commit

Permalink
[ARM] Remove warnings for __io_pci and __arch_(get|put)*
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King authored and Russell King committed Nov 30, 2006
1 parent 74af1c2 commit 6f4c7e3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions include/asm-arm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,6 @@ extern void __readwrite_bug(const char *fn);
*/
#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
* -------------------------
Expand Down

0 comments on commit 6f4c7e3

Please sign in to comment.