From: Thierry Reding Date: Mon, 13 Jan 2014 13:00:19 +0000 (+0100) Subject: gpu: host1x: Remove unnecessary include X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=be2cd59b80dad88094d558432dfc01b8c703b595;p=deliverable%2Flinux.git 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 --- 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 #include #include -#include #include "../intr.h" #include "../dev.h"