gpu: host1x: Remove unnecessary include
authorThierry Reding <treding@nvidia.com>
Mon, 13 Jan 2014 13:00:19 +0000 (14:00 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 14 Jan 2014 13:39:45 +0000 (14:39 +0100)
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>
drivers/gpu/host1x/hw/intr_hw.c

index b26dcc8..db9017a 100644 (file)
@@ -20,7 +20,6 @@
 #include <linux/interrupt.h>
 #include <linux/irq.h>
 #include <linux/io.h>
-#include <asm/mach/irq.h>
 
 #include "../intr.h"
 #include "../dev.h"