Skip to content

Commit

Permalink
gpu: host1x: Remove unnecessary include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thierry Reding committed Jan 14, 2014
1 parent 7236aa0 commit be2cd59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/host1x/hw/intr_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit be2cd59

Please sign in to comment.