diff options
author | Thierry Reding <treding@nvidia.com> | 2014-01-13 08:00:19 -0500 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-01-14 08:39:45 -0500 |
commit | be2cd59b80dad88094d558432dfc01b8c703b595 (patch) | |
tree | e56e0a543cbe3d2ce05f762819c39f051256766a /drivers/gpu | |
parent | 7236aa03ff6e65e8678886a4d5ce12d780e1fd94 (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')
-rw-r--r-- | drivers/gpu/host1x/hw/intr_hw.c | 1 |
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 @@ | |||
20 | #include <linux/interrupt.h> | 20 | #include <linux/interrupt.h> |
21 | #include <linux/irq.h> | 21 | #include <linux/irq.h> |
22 | #include <linux/io.h> | 22 | #include <linux/io.h> |
23 | #include <asm/mach/irq.h> | ||
24 | 23 | ||
25 | #include "../intr.h" | 24 | #include "../intr.h" |
26 | #include "../dev.h" | 25 | #include "../dev.h" |