diff options
author | Tony Luck <tony.luck@intel.com> | 2005-08-18 17:40:00 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-08-18 17:40:00 -0400 |
commit | 3a931d4cca1b6dabe1085cc04e909575df9219ae (patch) | |
tree | d5a2b5ef9687fd67b9897825e8011f458cb29515 /include/asm-ia64/io.h | |
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/io.h')
-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 491e9d1fc538..54e7637a326c 100644 --- a/include/asm-ia64/io.h +++ b/include/asm-ia64/io.h | |||
@@ -120,14 +120,6 @@ static inline void ___ia64_mmiowb(void) | |||
120 | ia64_mfa(); | 120 | ia64_mfa(); |
121 | } | 121 | } |
122 | 122 | ||
123 | static inline const unsigned long | ||
124 | __ia64_get_io_port_base (void) | ||
125 | { | ||
126 | extern unsigned long ia64_iobase; | ||
127 | |||
128 | return ia64_iobase; | ||
129 | } | ||
130 | |||
131 | static inline void* | 123 | static inline void* |
132 | __ia64_mk_io_addr (unsigned long port) | 124 | __ia64_mk_io_addr (unsigned long port) |
133 | { | 125 | { |