From: Paul Mundt Date: Tue, 2 Feb 2010 08:35:13 +0000 (+0900) Subject: sh: Provide create_irq_nr() for dynamic IRQ creation by number. X-Git-Tag: v2.6.34-rc1~285^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9867c569970d8afb4b882bafbbe81426bd46333;p=pandora-kernel.git sh: Provide create_irq_nr() for dynamic IRQ creation by number. This just reworks the existing create_irq_on_node() in to the new create_irq_nr() which is generally exposed. This permits boards that haven't converted over to sparseirq to try and use their existing ranges, rather than having arbitrary vectors assigned to them. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed