summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/drm/gem.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/host1x/drm/gem.h')
-rw-r--r--drivers/gpu/host1x/drm/gem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/host1x/drm/gem.h b/drivers/gpu/host1x/drm/gem.h
index 492533a2dacb..2b54f1425d5e 100644
--- a/drivers/gpu/host1x/drm/gem.h
+++ b/drivers/gpu/host1x/drm/gem.h
@@ -19,11 +19,11 @@
#ifndef __HOST1X_GEM_H
#define __HOST1X_GEM_H
+#include <linux/host1x.h>
+
#include <drm/drm.h>
#include <drm/drmP.h>
-#include "host1x_bo.h"
-
struct tegra_bo {
struct drm_gem_object gem;
struct host1x_bo base;