aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/hw
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2013-09-24 10:32:47 -0400
committerThierry Reding <treding@nvidia.com>2013-10-31 04:20:07 -0400
commit9eb9b220fc7deec9022d2340346f12554a3c7f1c (patch)
treeb0b1453579395af59b310bfda3ab86360992acef /drivers/gpu/host1x/hw
parentc88c363072c6dcd5427077f799b2711a10f616e4 (diff)
gpu: host1x: Cleanup includes
Most of the included files are either not required or already included by some other header file. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x/hw')
-rw-r--r--drivers/gpu/host1x/hw/debug_hw.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/host1x/hw/debug_hw.c b/drivers/gpu/host1x/hw/debug_hw.c
index 334c038052f5..dfad66312286 100644
--- a/drivers/gpu/host1x/hw/debug_hw.c
+++ b/drivers/gpu/host1x/hw/debug_hw.c
@@ -15,13 +15,6 @@
15 * 15 *
16 */ 16 */
17 17
18#include <linux/debugfs.h>
19#include <linux/seq_file.h>
20#include <linux/mm.h>
21#include <linux/scatterlist.h>
22
23#include <linux/io.h>
24
25#include "dev.h" 18#include "dev.h"
26#include "debug.h" 19#include "debug.h"
27#include "cdma.h" 20#include "cdma.h"