genirq: Drop redundant irq_init_effective_affinity
authorSamuel Holland <samuel@sholland.org>
Fri, 1 Jul 2022 20:00:52 +0000 (15:00 -0500)
committerMarc Zyngier <maz@kernel.org>
Thu, 7 Jul 2022 08:38:04 +0000 (09:38 +0100)
commit610306306aaa56ab324d03a55138ea611be9e282
tree1175a20d60528c1a4f53633594b33aa178896e4c
parent0e6c027c035507abc67b356264a12c49f58c946e
genirq: Drop redundant irq_init_effective_affinity

It does exactly the same thing as irq_data_update_effective_affinity.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220701200056.46555-5-samuel@sholland.org
kernel/irq/manage.c