diff options
Diffstat (limited to 'arch/ia64/hp/sim/hpsim_setup.c')
-rw-r--r-- | arch/ia64/hp/sim/hpsim_setup.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/ia64/hp/sim/hpsim_setup.c b/arch/ia64/hp/sim/hpsim_setup.c index f629e903ebc7..664a5402a695 100644 --- a/arch/ia64/hp/sim/hpsim_setup.c +++ b/arch/ia64/hp/sim/hpsim_setup.c | |||
@@ -26,12 +26,6 @@ | |||
26 | #include "hpsim_ssc.h" | 26 | #include "hpsim_ssc.h" |
27 | 27 | ||
28 | void | 28 | void |
29 | ia64_ssc_connect_irq (long intr, long irq) | ||
30 | { | ||
31 | ia64_ssc(intr, irq, 0, 0, SSC_CONNECT_INTERRUPT); | ||
32 | } | ||
33 | |||
34 | void | ||
35 | ia64_ctl_trace (long on) | 29 | ia64_ctl_trace (long on) |
36 | { | 30 | { |
37 | ia64_ssc(on, 0, 0, 0, SSC_CTL_TRACE); | 31 | ia64_ssc(on, 0, 0, 0, SSC_CTL_TRACE); |