aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/hw/channel_hw.c
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2013-10-09 04:32:54 -0400
committerThierry Reding <treding@nvidia.com>2013-10-31 04:55:40 -0400
commitfc3be3e8fc8b3b6e800d6dc8ffb794e9d27ba5d2 (patch)
treec506015e29926a55f09880ad5a238a8bd1d82d02 /drivers/gpu/host1x/hw/channel_hw.c
parent776dc38403676f499a73d32e2e7c61eb5b42f736 (diff)
gpu: host1x: Use relative include paths
This is slightly safer than adding -Idrivers/gpu/host1x to cflags-y. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x/hw/channel_hw.c')
-rw-r--r--drivers/gpu/host1x/hw/channel_hw.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/host1x/hw/channel_hw.c b/drivers/gpu/host1x/hw/channel_hw.c
index aa9bdf331139..3be0cd296d3a 100644
--- a/drivers/gpu/host1x/hw/channel_hw.c
+++ b/drivers/gpu/host1x/hw/channel_hw.c
@@ -21,10 +21,10 @@
21 21
22#include <trace/events/host1x.h> 22#include <trace/events/host1x.h>
23 23
24#include "channel.h" 24#include "../channel.h"
25#include "dev.h" 25#include "../dev.h"
26#include "intr.h" 26#include "../intr.h"
27#include "job.h" 27#include "../job.h"
28 28
29#define HOST1X_CHANNEL_SIZE 16384 29#define HOST1X_CHANNEL_SIZE 16384
30#define TRACE_MAX_LENGTH 128U 30#define TRACE_MAX_LENGTH 128U