summaryrefslogtreecommitdiff
path: root/drivers/gpu/host1x
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-01-13 14:00:19 +0100
committerThierry Reding <treding@nvidia.com>2014-01-14 14:39:45 +0100
commitbe2cd59b80dad88094d558432dfc01b8c703b595 (patch)
treee56e0a543cbe3d2ce05f762819c39f051256766a /drivers/gpu/host1x
parent7236aa03ff6e65e8678886a4d5ce12d780e1fd94 (diff)
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>
Diffstat (limited to 'drivers/gpu/host1x')
-rw-r--r--drivers/gpu/host1x/hw/intr_hw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/host1x/hw/intr_hw.c b/drivers/gpu/host1x/hw/intr_hw.c
index b26dcc83bc1b..db9017adfe2b 100644
--- a/drivers/gpu/host1x/hw/intr_hw.c
+++ b/drivers/gpu/host1x/hw/intr_hw.c
@@ -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"