diff options
author | Simon Horman <horms@verge.net.au> | 2007-12-07 17:44:05 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-12-07 19:11:12 -0500 |
commit | 9e004ebd2dab980d663784d096aa6dc449225bd8 (patch) | |
tree | 2b091f8ca730244eb1478d79d6bf77b841b36d32 /include/asm-ia64/iosapic.h | |
parent | b9ab117c2f2eac8432def6a2ea03711bfa7f35d5 (diff) |
[IA64] iosapic cleanup
Make some IOSAPIC functions static and remove one that is unused.
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64/iosapic.h')
-rw-r--r-- | include/asm-ia64/iosapic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-ia64/iosapic.h b/include/asm-ia64/iosapic.h index b8f712859140..a3a4288daae8 100644 --- a/include/asm-ia64/iosapic.h +++ b/include/asm-ia64/iosapic.h | |||
@@ -80,7 +80,6 @@ extern int iosapic_remove (unsigned int gsi_base); | |||
80 | #else | 80 | #else |
81 | #define iosapic_remove(gsi_base) (-EINVAL) | 81 | #define iosapic_remove(gsi_base) (-EINVAL) |
82 | #endif /* CONFIG_HOTPLUG */ | 82 | #endif /* CONFIG_HOTPLUG */ |
83 | extern int gsi_to_vector (unsigned int gsi); | ||
84 | extern int gsi_to_irq (unsigned int gsi); | 83 | extern int gsi_to_irq (unsigned int gsi); |
85 | extern int iosapic_register_intr (unsigned int gsi, unsigned long polarity, | 84 | extern int iosapic_register_intr (unsigned int gsi, unsigned long polarity, |
86 | unsigned long trigger); | 85 | unsigned long trigger); |
@@ -94,7 +93,6 @@ extern int __init iosapic_register_platform_intr (u32 int_type, | |||
94 | u16 eid, u16 id, | 93 | u16 eid, u16 id, |
95 | unsigned long polarity, | 94 | unsigned long polarity, |
96 | unsigned long trigger); | 95 | unsigned long trigger); |
97 | extern unsigned int iosapic_version (char __iomem *addr); | ||
98 | 96 | ||
99 | #ifdef CONFIG_NUMA | 97 | #ifdef CONFIG_NUMA |
100 | extern void __devinit map_iosapic_to_node (unsigned int, int); | 98 | extern void __devinit map_iosapic_to_node (unsigned int, int); |