From: Tomasz Figa Date: Sat, 15 Jun 2013 00:28:55 +0000 (+0900) Subject: ARM: EXYNOS: Select SPARSE_IRQ for Exynos X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~71^2~18^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e726ea4f50e7fea5844a2a0fee29d6d3d2e8bdf;p=pandora-kernel.git ARM: EXYNOS: Select SPARSE_IRQ for Exynos This patch adds selection of CONFIG_SPARSE_IRQ for ARCH_EXYNOS, since it is required by multiplatform and allows to remove the legacy mach/irqs.h header. To make this possible, a dummy IRQ_EINT_BIT macro is added to pm-core.h header to allow plat-samsung/pm.c compile. This macro is irrelevant for Exynos and will be removed after reworking Samsung pm code for multiplatform compatibility. Signed-off-by: Tomasz Figa Signed-off-by: Kyungmin Park Acked-by: Arnd Bergmann Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed