diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2014-07-26 05:36:02 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-08-09 15:12:50 -0400 |
commit | 95713d4a16ad46ce9dd8ccef45cc67af0f161ae2 (patch) | |
tree | 5c6f2d03d30b7f6ca2824efa486bb60e508d7fb1 /drivers/gpu | |
parent | b13a0a9e2922cbfbf7b400f4f0fd0acd19f941df (diff) |
drm/nouveau: platform: update moved Tegra header
Header for tegra_powergate functions has moved to soc/tegra/pmc.h.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_platform.c b/drivers/gpu/drm/nouveau/nouveau_platform.c index 72ab0519abf6..0ffeb50d0088 100644 --- a/drivers/gpu/drm/nouveau/nouveau_platform.c +++ b/drivers/gpu/drm/nouveau/nouveau_platform.c | |||
@@ -27,7 +27,7 @@ | |||
27 | #include <linux/of.h> | 27 | #include <linux/of.h> |
28 | #include <linux/reset.h> | 28 | #include <linux/reset.h> |
29 | #include <linux/regulator/consumer.h> | 29 | #include <linux/regulator/consumer.h> |
30 | #include <linux/tegra-powergate.h> | 30 | #include <soc/tegra/pmc.h> |
31 | 31 | ||
32 | #include "nouveau_drm.h" | 32 | #include "nouveau_drm.h" |
33 | #include "nouveau_platform.h" | 33 | #include "nouveau_platform.h" |