From: Lennert Buytenhek Date: Tue, 14 Dec 2010 21:55:57 +0000 (+0100) Subject: ARM: SAMSUNG: some GENERIC_HARDIRQS_NO_DEPRECATED build fixes X-Git-Tag: v2.6.38-rc1~38^2^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04ea1cc8ab0f1e9db9aeaef79476e5c1a2027f6a;p=pandora-kernel.git ARM: SAMSUNG: some GENERIC_HARDIRQS_NO_DEPRECATED build fixes When GENERIC_HARDIRQS_NO_DEPRECATED is enabled, a number of struct irq_desc members stop being directly accessible, and need to be accessed via the irq_data struct instead -- this patch fixes up the plat-samsung sites that still access those members directly. Signed-off-by: Lennert Buytenhek Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed