aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/hw/host1x01.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/host1x/hw/host1x01.c')
-rw-r--r--drivers/gpu/host1x/hw/host1x01.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/gpu/host1x/hw/host1x01.c b/drivers/gpu/host1x/hw/host1x01.c
index a14e91cd1e58..859b73beb4d0 100644
--- a/drivers/gpu/host1x/hw/host1x01.c
+++ b/drivers/gpu/host1x/hw/host1x01.c
@@ -17,17 +17,17 @@
17 */ 17 */
18 18
19/* include hw specification */ 19/* include hw specification */
20#include "hw/host1x01.h" 20#include "host1x01.h"
21#include "hw/host1x01_hardware.h" 21#include "host1x01_hardware.h"
22 22
23/* include code */ 23/* include code */
24#include "hw/cdma_hw.c" 24#include "cdma_hw.c"
25#include "hw/channel_hw.c" 25#include "channel_hw.c"
26#include "hw/debug_hw.c" 26#include "debug_hw.c"
27#include "hw/intr_hw.c" 27#include "intr_hw.c"
28#include "hw/syncpt_hw.c" 28#include "syncpt_hw.c"
29 29
30#include "dev.h" 30#include "../dev.h"
31 31
32int host1x01_init(struct host1x *host) 32int host1x01_init(struct host1x *host)
33{ 33{