From: Thomas Gleixner Date: Mon, 31 Jan 2011 07:57:41 +0000 (+0100) Subject: genirq: Fix affinity notifier fallout X-Git-Tag: v2.6.39-rc1~468^2~20^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fb0ef31f428f345a7c3666f8e7444a563edd537;p=pandora-kernel.git genirq: Fix affinity notifier fallout The new code of commit cd7eab44e(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: Thomas Gleixner Cc: Ben Hutchings --- Reading git-diff-tree failed