From: Rob Herring Date: Wed, 4 Jan 2012 16:36:07 +0000 (-0600) Subject: gpio: pl061: remove combined interrupt X-Git-Tag: v3.3-rc1~64^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2de0dbc5f6830e7659083d1929f57cb88b16a3b6;p=pandora-kernel.git gpio: pl061: remove combined interrupt Drivers should not have a dependency on NR_IRQS. Doing so may break with SPARSE_IRQ enabled. As there are no in kernel users of the pl061 which have multiple instances with their interrupts combined to a single parent interrupt, remove this functionality. If this capability is needed later, it could be supported more cleanly by just using a devicetree property. Signed-off-by: Rob Herring Reviewed-by: Viresh Kumar Cc: Rajeev Kumar Acked-by: Baruch Siach Cc: Linus Walleij Cc: Grant Likely --- Reading git-diff-tree failed