aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/tegra/gr3d.c
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-07-17 15:01:19 +0200
committerThierry Reding <treding@nvidia.com>2014-07-17 15:01:19 +0200
commitb0b64f7b2d35eb8df056e1252ce971ebc624372c (patch)
tree3176ddacf7941d95e3743b9af1f5802a3d8ffe0c /drivers/gpu/drm/tegra/gr3d.c
parentLinux 3.16-rc1 (diff)
parentsoc/tegra: fuse: fix dummy functions (diff)
downloadwireguard-linux-b0b64f7b2d35eb8df056e1252ce971ebc624372c.tar.xz
wireguard-linux-b0b64f7b2d35eb8df056e1252ce971ebc624372c.zip
Merge branch 'for-3.17/fuse-move' into for-3.17/dt
Diffstat (limited to 'drivers/gpu/drm/tegra/gr3d.c')
-rw-r--r--drivers/gpu/drm/tegra/gr3d.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/gr3d.c b/drivers/gpu/drm/tegra/gr3d.c
index 30f5ba9bd6d0..69974851e564 100644
--- a/drivers/gpu/drm/tegra/gr3d.c
+++ b/drivers/gpu/drm/tegra/gr3d.c
@@ -12,7 +12,8 @@
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/reset.h>
-#include <linux/tegra-powergate.h>
+
+#include <soc/tegra/powergate.h>
#include "drm.h"
#include "gem.h"