diff options
Diffstat (limited to 'drivers/gpu/host1x/hw/debug_hw.c')
-rw-r--r-- | drivers/gpu/host1x/hw/debug_hw.c | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/drivers/gpu/host1x/hw/debug_hw.c b/drivers/gpu/host1x/hw/debug_hw.c index 334c038052f5..640c75ca5a8b 100644 --- a/drivers/gpu/host1x/hw/debug_hw.c +++ b/drivers/gpu/host1x/hw/debug_hw.c | |||
@@ -15,18 +15,10 @@ | |||
15 | * | 15 | * |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #include <linux/debugfs.h> | 18 | #include "../dev.h" |
19 | #include <linux/seq_file.h> | 19 | #include "../debug.h" |
20 | #include <linux/mm.h> | 20 | #include "../cdma.h" |
21 | #include <linux/scatterlist.h> | 21 | #include "../channel.h" |
22 | |||
23 | #include <linux/io.h> | ||
24 | |||
25 | #include "dev.h" | ||
26 | #include "debug.h" | ||
27 | #include "cdma.h" | ||
28 | #include "channel.h" | ||
29 | #include "host1x_bo.h" | ||
30 | 22 | ||
31 | #define HOST1X_DEBUG_MAX_PAGE_OFFSET 102400 | 23 | #define HOST1X_DEBUG_MAX_PAGE_OFFSET 102400 |
32 | 24 | ||