Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a931d4c authored by Tony Luck's avatar Tony Luck
Browse files

[IA64] remove unused function __ia64_get_io_port_base



Not only was this unused, but its somewhat eccentric declaration
of "static inline const unsigned long" gives gcc4 heartburn.

Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 4aec0fb1
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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)
{