From: Paul Mundt Date: Tue, 26 Oct 2010 07:05:08 +0000 (+0900) Subject: sh: Switch dynamic IRQ creation to generic irq allocator. X-Git-Tag: v2.6.37-rc1~61^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38ab13441c36c0c470b7e4e3b30ec2fb6beba253;p=pandora-kernel.git sh: Switch dynamic IRQ creation to generic irq allocator. Now that the genirq code provides an IRQ bitmap of its own and the necessary API to manipulate it, there's no need to keep our own version around anymore. In the process we kill off some unused IRQ reservation code, with future users now having to tie in to the genirq API as normal. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed