Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpu: host1x: Remove unnecessary include

Nothing from the asm/mach/irq.h header is needed in this file, so there
is no need to include it.

Signed-off-by: Thierry Reding <treding@nvidia.com>

-1
-1
drivers/gpu/host1x/hw/intr_hw.c
··· 20 20 #include <linux/interrupt.h> 21 21 #include <linux/irq.h> 22 22 #include <linux/io.h> 23 - #include <asm/mach/irq.h> 24 23 25 24 #include "../intr.h" 26 25 #include "../dev.h"