ARM: SAMSUNG: some GENERIC_HARDIRQS_NO_DEPRECATED build fixes
authorLennert Buytenhek <buytenh@secretlab.ca>
Tue, 14 Dec 2010 21:55:57 +0000 (22:55 +0100)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 3 Jan 2011 10:20:06 +0000 (19:20 +0900)
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 <buytenh@secretlab.ca>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>

No differences found