aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/hw/debug_hw.c
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2013-10-09 10:32:54 +0200
committerThierry Reding <treding@nvidia.com>2013-10-31 09:55:40 +0100
commitfc3be3e8fc8b3b6e800d6dc8ffb794e9d27ba5d2 (patch)
treec506015e29926a55f09880ad5a238a8bd1d82d02 /drivers/gpu/host1x/hw/debug_hw.c
parentdrm/tegra: Move subdevice infrastructure to host1x (diff)
downloadlinux-dev-fc3be3e8fc8b3b6e800d6dc8ffb794e9d27ba5d2.tar.xz
linux-dev-fc3be3e8fc8b3b6e800d6dc8ffb794e9d27ba5d2.zip
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/debug_hw.c')
-rw-r--r--drivers/gpu/host1x/hw/debug_hw.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/host1x/hw/debug_hw.c b/drivers/gpu/host1x/hw/debug_hw.c
index 788fe7179d8f..640c75ca5a8b 100644
--- a/drivers/gpu/host1x/hw/debug_hw.c
+++ b/drivers/gpu/host1x/hw/debug_hw.c
@@ -15,10 +15,10 @@
*
*/
-#include "dev.h"
-#include "debug.h"
-#include "cdma.h"
-#include "channel.h"
+#include "../dev.h"
+#include "../debug.h"
+#include "../cdma.h"
+#include "../channel.h"
#define HOST1X_DEBUG_MAX_PAGE_OFFSET 102400