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)
commit04ea1cc8ab0f1e9db9aeaef79476e5c1a2027f6a
tree3abc5bc0794c569dcba95c0995a70b2aacb63f4e
parentbb0b2374677b0678e671254112a326135522aba7
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 <buytenh@secretlab.ca>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-samsung/irq-uart.c
arch/arm/plat-samsung/irq-vic-timer.c