diff options
author | Ingo Molnar <mingo@elte.hu> | 2006-11-16 00:43:02 -0800 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-11-16 09:38:02 -0800 |
commit | 06344db3162323247e9ac8d76d5acdb79d05f3c0 (patch) | |
tree | 60c3c51761f57d81acd93e318b1250fbe119e47e /arch/ia64/hp/sim | |
parent | 351a58390aad350bd5e22c7cc468f44a9330685c (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/sim')
-rw-r--r-- | arch/ia64/hp/sim/hpsim_irq.c | 2 |
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 8145547bb52..c2f58ff364e 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, |