Skip to content
Commit 1fb0ef31 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

genirq: Fix affinity notifier fallout

The new code of commit cd7eab44

(genirq: Add IRQ affinity notifiers)
references irq_desc.affinity which fails to compile with
CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED=y.

Use irq_desc.irq_data.affinity instead.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Ben Hutchings <bhutchings@solarflare.com>
parent cd7eab44
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