]> git.karo-electronics.de Git - linux-beck.git/commit
x86: htirq: Use irq_alloc/free_irq()
authorThomas Gleixner <tglx@linutronix.de>
Wed, 7 May 2014 15:44:08 +0000 (15:44 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 16 May 2014 12:05:19 +0000 (14:05 +0200)
commit59b47ddc0b4d7ea8a625512e802832730c1feeb4
treeeefb05672b47e7361724f55e8f26cd7f6ae71e88
parent0a2db49dc4fe2873f857617d320c37b6bfe40255
x86: htirq: Use irq_alloc/free_irq()

No functional change, just cleaned up a bit.

This does not replace the requirement to move x86 to irq domains, but
it limits the mess to some degree.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Grant Likely <grant.likely@linaro.org>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: x86@kernel.org
Cc: linux-pci@vger.kernel.org
Link: http://lkml.kernel.org/r/20140507154335.452206351@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/pci/htirq.c