diff options
author | Tony Luck <tony.luck@intel.com> | 2005-08-18 14:40:00 -0700 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-08-18 14:40:00 -0700 |
commit | 3a931d4cca1b6dabe1085cc04e909575df9219ae (patch) | |
tree | d5a2b5ef9687fd67b9897825e8011f458cb29515 /include/asm-ia64 | |
parent | 4aec0fb12267718c750475f3404337ad13caa8f5 (diff) |
[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 <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64')
-rw-r--r-- | include/asm-ia64/io.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-ia64/io.h b/include/asm-ia64/io.h index 491e9d1fc53..54e7637a326 100644 --- 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) { |