From: Alexandre Courbot <[email protected]> Header for tegra_powergate functions has moved to soc/tegra/pmc.h.
Signed-off-by: Alexandre Courbot <[email protected]> --- 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 _______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
