diff options
author | Thierry Reding <treding@nvidia.com> | 2014-01-13 14:00:19 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-01-14 14:39:45 +0100 |
commit | be2cd59b80dad88094d558432dfc01b8c703b595 (patch) | |
tree | e56e0a543cbe3d2ce05f762819c39f051256766a /drivers/gpu/host1x | |
parent | 7236aa03ff6e65e8678886a4d5ce12d780e1fd94 (diff) | |
download | linux-be2cd59b80dad88094d558432dfc01b8c703b595.tar.gz linux-be2cd59b80dad88094d558432dfc01b8c703b595.tar.bz2 linux-be2cd59b80dad88094d558432dfc01b8c703b595.zip |
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.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 @@ #include <linux/interrupt.h> #include <linux/irq.h> #include <linux/io.h> -#include <asm/mach/irq.h> #include "../intr.h" #include "../dev.h" |