Skip to content

Commit

Permalink
[IA64] remove unused function __ia64_get_io_port_base
Browse files Browse the repository at this point in the history
Not only was this unused, but its somewhat eccentric declaration
of "static inline const unsigned long" gives gcc4 heartburn.

Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Tony Luck committed Aug 18, 2005
1 parent 4aec0fb commit 3a931d4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions include/asm-ia64/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,6 @@ static inline void ___ia64_mmiowb(void)
ia64_mfa();
}

static inline const unsigned long
__ia64_get_io_port_base (void)
{
extern unsigned long ia64_iobase;

return ia64_iobase;
}

static inline void*
__ia64_mk_io_addr (unsigned long port)
{
Expand Down

0 comments on commit 3a931d4

Please sign in to comment.