Skip to content
Commit ca4d3e67 authored by David Howells's avatar David Howells
Browse files

MIPS: Add missing #inclusions of <linux/irq.h>



Add missing #inclusions of <linux/irq.h> to a whole bunch of files that should
really include it.  Note that this can replace #inclusions of <asm/irq.h>.

This is required for the patch to sort out irqflags handling function naming to
compile on MIPS.

The problem is that these files require access to things like setup_irq() -
which isn't available by #including <linux/interrupt.h>

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Acked-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 476c32c4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment