Commit a0c17f06 authored by David Mosberger's avatar David Mosberger

ia64: Patch by Jesse Barnes: remove unnecessary set_affinity handler.

parent 413d6648
...@@ -33,6 +33,5 @@ struct hw_interrupt_type irq_type_ia64_lsapic = { ...@@ -33,6 +33,5 @@ struct hw_interrupt_type irq_type_ia64_lsapic = {
.enable = lsapic_noop, .enable = lsapic_noop,
.disable = lsapic_noop, .disable = lsapic_noop,
.ack = lsapic_noop, .ack = lsapic_noop,
.end = lsapic_noop, .end = lsapic_noop
.set_affinity = (void (*)(unsigned int, cpumask_t)) lsapic_noop
}; };
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