From: Andreas Larsson Date: Mon, 29 Oct 2012 23:26:56 +0000 (+0000) Subject: sparc: Add sparc support for platform_get_irq() X-Git-Tag: v3.7-rc5~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cf8f7db8274f68b180ad277dbb0308e72b66efd;p=pandora-kernel.git sparc: Add sparc support for platform_get_irq() This adds sparc support for platform_get_irq that in the normal case use platform_get_resource() to get an irq. This standard approach fails for sparc as there are no resources of type IORESOURCE_IRQ for irqs for sparc. Cross platform drivers can then use this standard platform function and work on sparc instead of having to have a special case for sparc. Signed-off-by: Andreas Larsson Signed-off-by: David S. Miller --- Reading git-diff-tree failed