diff options
| -rw-r--r-- | arch/ia64/hp/sim/hpsim_irq.c | 2 | ||||
| -rw-r--r-- | arch/ia64/kernel/iosapic.c | 4 | ||||
| -rw-r--r-- | arch/ia64/kernel/irq_lsapic.c | 2 | ||||
| -rw-r--r-- | arch/ia64/sn/kernel/irq.c | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/arch/ia64/hp/sim/hpsim_irq.c b/arch/ia64/hp/sim/hpsim_irq.c index 8145547bb52d..c2f58ff364e7 100644 --- a/arch/ia64/hp/sim/hpsim_irq.c +++ b/arch/ia64/hp/sim/hpsim_irq.c | |||
| @@ -27,7 +27,7 @@ hpsim_set_affinity_noop (unsigned int a, cpumask_t b) | |||
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | static struct hw_interrupt_type irq_type_hp_sim = { | 29 | static struct hw_interrupt_type irq_type_hp_sim = { |
| 30 | .typename = "hpsim", | 30 | .name = "hpsim", |
| 31 | .startup = hpsim_irq_startup, | 31 | .startup = hpsim_irq_startup, |
| 32 | .shutdown = hpsim_irq_noop, | 32 | .shutdown = hpsim_irq_noop, |
| 33 | .enable = hpsim_irq_noop, | 33 | .enable = hpsim_irq_noop, |
diff --git a/arch/ia64/kernel/iosapic.c b/arch/ia64/kernel/iosapic.c index c195fafc7aaf..60d64950e3c2 100644 --- a/arch/ia64/kernel/iosapic.c +++ b/arch/ia64/kernel/iosapic.c | |||
| @@ -426,7 +426,7 @@ iosapic_end_level_irq (unsigned int irq) | |||
| 426 | #define iosapic_ack_level_irq nop | 426 | #define iosapic_ack_level_irq nop |
| 427 | 427 | ||
| 428 | struct hw_interrupt_type irq_type_iosapic_level = { | 428 | struct hw_interrupt_type irq_type_iosapic_level = { |
| 429 | .typename = "IO-SAPIC-level", | 429 | .name = "IO-SAPIC-level", |
| 430 | .startup = iosapic_startup_level_irq, | 430 | .startup = iosapic_startup_level_irq, |
| 431 | .shutdown = iosapic_shutdown_level_irq, | 431 | .shutdown = iosapic_shutdown_level_irq, |
| 432 | .enable = iosapic_enable_level_irq, | 432 | .enable = iosapic_enable_level_irq, |
| @@ -473,7 +473,7 @@ iosapic_ack_edge_irq (unsigned int irq) | |||
| 473 | #define iosapic_end_edge_irq nop | 473 | #define iosapic_end_edge_irq nop |
| 474 | 474 | ||
| 475 | struct hw_interrupt_type irq_type_iosapic_edge = { | 475 | struct hw_interrupt_type irq_type_iosapic_edge = { |
| 476 | .typename = "IO-SAPIC-edge", | 476 | .name = "IO-SAPIC-edge", |
| 477 | .startup = iosapic_startup_edge_irq, | 477 | .startup = iosapic_startup_edge_irq, |
| 478 | .shutdown = iosapic_disable_edge_irq, | 478 | .shutdown = iosapic_disable_edge_irq, |
| 479 | .enable = iosapic_enable_edge_irq, | 479 | .enable = iosapic_enable_edge_irq, |
diff --git a/arch/ia64/kernel/irq_lsapic.c b/arch/ia64/kernel/irq_lsapic.c index 1ab58b09f3d7..c2f07beb1759 100644 --- a/arch/ia64/kernel/irq_lsapic.c +++ b/arch/ia64/kernel/irq_lsapic.c | |||
| @@ -34,7 +34,7 @@ static int lsapic_retrigger(unsigned int irq) | |||
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | struct hw_interrupt_type irq_type_ia64_lsapic = { | 36 | struct hw_interrupt_type irq_type_ia64_lsapic = { |
| 37 | .typename = "LSAPIC", | 37 | .name = "LSAPIC", |
| 38 | .startup = lsapic_noop_startup, | 38 | .startup = lsapic_noop_startup, |
| 39 | .shutdown = lsapic_noop, | 39 | .shutdown = lsapic_noop, |
| 40 | .enable = lsapic_noop, | 40 | .enable = lsapic_noop, |
diff --git a/arch/ia64/sn/kernel/irq.c b/arch/ia64/sn/kernel/irq.c index 7bb6ad188ba3..0b49459a878a 100644 --- a/arch/ia64/sn/kernel/irq.c +++ b/arch/ia64/sn/kernel/irq.c | |||
| @@ -201,7 +201,7 @@ static void sn_set_affinity_irq(unsigned int irq, cpumask_t mask) | |||
| 201 | } | 201 | } |
| 202 | 202 | ||
| 203 | struct hw_interrupt_type irq_type_sn = { | 203 | struct hw_interrupt_type irq_type_sn = { |
| 204 | .typename = "SN hub", | 204 | .name = "SN hub", |
| 205 | .startup = sn_startup_irq, | 205 | .startup = sn_startup_irq, |
| 206 | .shutdown = sn_shutdown_irq, | 206 | .shutdown = sn_shutdown_irq, |
| 207 | .enable = sn_enable_irq, | 207 | .enable = sn_enable_irq, |
