Commit 06344db3 authored by Ingo Molnar's avatar Ingo Molnar Committed by Tony Luck

[IA64] typename -> name conversion

convert irq chip typename -> name.
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 351a5839
...@@ -27,7 +27,7 @@ hpsim_set_affinity_noop (unsigned int a, cpumask_t b) ...@@ -27,7 +27,7 @@ hpsim_set_affinity_noop (unsigned int a, cpumask_t b)
} }
static struct hw_interrupt_type irq_type_hp_sim = { static struct hw_interrupt_type irq_type_hp_sim = {
.typename = "hpsim", .name = "hpsim",
.startup = hpsim_irq_startup, .startup = hpsim_irq_startup,
.shutdown = hpsim_irq_noop, .shutdown = hpsim_irq_noop,
.enable = hpsim_irq_noop, .enable = hpsim_irq_noop,
......
...@@ -426,7 +426,7 @@ iosapic_end_level_irq (unsigned int irq) ...@@ -426,7 +426,7 @@ iosapic_end_level_irq (unsigned int irq)
#define iosapic_ack_level_irq nop #define iosapic_ack_level_irq nop
struct hw_interrupt_type irq_type_iosapic_level = { struct hw_interrupt_type irq_type_iosapic_level = {
.typename = "IO-SAPIC-level", .name = "IO-SAPIC-level",
.startup = iosapic_startup_level_irq, .startup = iosapic_startup_level_irq,
.shutdown = iosapic_shutdown_level_irq, .shutdown = iosapic_shutdown_level_irq,
.enable = iosapic_enable_level_irq, .enable = iosapic_enable_level_irq,
...@@ -473,7 +473,7 @@ iosapic_ack_edge_irq (unsigned int irq) ...@@ -473,7 +473,7 @@ iosapic_ack_edge_irq (unsigned int irq)
#define iosapic_end_edge_irq nop #define iosapic_end_edge_irq nop
struct hw_interrupt_type irq_type_iosapic_edge = { struct hw_interrupt_type irq_type_iosapic_edge = {
.typename = "IO-SAPIC-edge", .name = "IO-SAPIC-edge",
.startup = iosapic_startup_edge_irq, .startup = iosapic_startup_edge_irq,
.shutdown = iosapic_disable_edge_irq, .shutdown = iosapic_disable_edge_irq,
.enable = iosapic_enable_edge_irq, .enable = iosapic_enable_edge_irq,
......
...@@ -34,7 +34,7 @@ static int lsapic_retrigger(unsigned int irq) ...@@ -34,7 +34,7 @@ static int lsapic_retrigger(unsigned int irq)
} }
struct hw_interrupt_type irq_type_ia64_lsapic = { struct hw_interrupt_type irq_type_ia64_lsapic = {
.typename = "LSAPIC", .name = "LSAPIC",
.startup = lsapic_noop_startup, .startup = lsapic_noop_startup,
.shutdown = lsapic_noop, .shutdown = lsapic_noop,
.enable = lsapic_noop, .enable = lsapic_noop,
......
...@@ -201,7 +201,7 @@ static void sn_set_affinity_irq(unsigned int irq, cpumask_t mask) ...@@ -201,7 +201,7 @@ static void sn_set_affinity_irq(unsigned int irq, cpumask_t mask)
} }
struct hw_interrupt_type irq_type_sn = { struct hw_interrupt_type irq_type_sn = {
.typename = "SN hub", .name = "SN hub",
.startup = sn_startup_irq, .startup = sn_startup_irq,
.shutdown = sn_shutdown_irq, .shutdown = sn_shutdown_irq,
.enable = sn_enable_irq, .enable = sn_enable_irq,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment