diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2014-07-26 18:36:02 +0900 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-08-10 05:12:50 +1000 |
commit | 95713d4a16ad46ce9dd8ccef45cc67af0f161ae2 (patch) | |
tree | 5c6f2d03d30b7f6ca2824efa486bb60e508d7fb1 | |
parent | b13a0a9e2922cbfbf7b400f4f0fd0acd19f941df (diff) | |
download | linux-95713d4a16ad46ce9dd8ccef45cc67af0f161ae2.tar.bz2 |
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>
-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 @@ #include <linux/of.h> #include <linux/reset.h> #include <linux/regulator/consumer.h> -#include <linux/tegra-powergate.h> +#include <soc/tegra/pmc.h> #include "nouveau_drm.h" #include "nouveau_platform.h" |