[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>
This commit is contained in:
@@ -34,7 +34,7 @@ static int lsapic_retrigger(unsigned int irq)
|
||||
}
|
||||
|
||||
struct hw_interrupt_type irq_type_ia64_lsapic = {
|
||||
.typename = "LSAPIC",
|
||||
.name = "LSAPIC",
|
||||
.startup = lsapic_noop_startup,
|
||||
.shutdown = lsapic_noop,
|
||||
.enable = lsapic_noop,
|
||||
|
Reference in New Issue
Block a user