tree d5a2b5ef9687fd67b9897825e8011f458cb29515
parent 4aec0fb12267718c750475f3404337ad13caa8f5
author Tony Luck <[EMAIL PROTECTED]> Fri, 19 Aug 2005 04:40:00 -0700
committer Tony Luck <[EMAIL PROTECTED]> Fri, 19 Aug 2005 04:40:00 -0700

[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: Tony Luck <[EMAIL PROTECTED]>

 include/asm-ia64/io.h |    8 --------
 1 files changed, 8 deletions(-)

diff --git a/include/asm-ia64/io.h b/include/asm-ia64/io.h
--- a/include/asm-ia64/io.h
+++ b/include/asm-ia64/io.h
@@ -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)
 {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to