Alexandre Courbot
2014-Jul-26 09:36 UTC
[Nouveau] [PATCH] drm: platform: update moved Tegra header
From: Alexandre Courbot <acourbot at nvidia.com> Header for tegra_powergate functions has moved to soc/tegra/pmc.h. Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> --- drm/nouveau_platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drm/nouveau_platform.c b/drm/nouveau_platform.c index 72ab051..0ffeb50 100644 --- a/drm/nouveau_platform.c +++ b/drm/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" -- 2.0.2
Reasonably Related Threads
- [PATCH 1/11] ARM: tegra: add function to control the GPU rail clamp
- [PATCH 1/11] ARM: tegra: add function to control the GPU rail clamp
- [PATCH 1/11] ARM: tegra: add function to control the GPU rail clamp
- [PATCH 1/11] ARM: tegra: add function to control the GPU rail clamp
- [PATCH 1/11] ARM: tegra: add function to control the GPU rail clamp