summaryrefslogtreecommitdiff
path: root/arch/ia64/hp
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2006-11-16 00:43:02 -0800
committerTony Luck <tony.luck@intel.com>2006-11-16 09:38:02 -0800
commit06344db3162323247e9ac8d76d5acdb79d05f3c0 (patch)
tree60c3c51761f57d81acd93e318b1250fbe119e47e /arch/ia64/hp
parent351a58390aad350bd5e22c7cc468f44a9330685c (diff)
[IA64] typename -> name conversion
convert irq chip typename -> name. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/hp')
-rw-r--r--arch/ia64/hp/sim/hpsim_irq.c2
1 files changed, 1 insertions, 1 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)
}
static struct hw_interrupt_type irq_type_hp_sim = {
- .typename = "hpsim",
+ .name = "hpsim",
.startup = hpsim_irq_startup,
.shutdown = hpsim_irq_noop,
.enable = hpsim_irq_noop,