projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7236aa0
)
gpu: host1x: Remove unnecessary include
author
Thierry Reding
<treding@nvidia.com>
Mon, 13 Jan 2014 13:00:19 +0000
(14:00 +0100)
committer
Thierry 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/host1x/hw/intr_hw.c
b/drivers/gpu/host1x/hw/intr_hw.c
index b26dcc83bc1b373400d72c46aad21d04fb97f52f..db9017adfe2bb944f01558f49769f60715995c87 100644
(file)
--- 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"