From: Alexandre Courbot Date: Sat, 26 Jul 2014 09:36:02 +0000 (+0900) Subject: drm/nouveau: platform: update moved Tegra header X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=95713d4a16ad46ce9dd8ccef45cc67af0f161ae2;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git drm/nouveau: platform: update moved Tegra header Header for tegra_powergate functions has moved to soc/tegra/pmc.h. Signed-off-by: Alexandre Courbot Signed-off-by: Ben Skeggs --- 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 #include #include -#include +#include #include "nouveau_drm.h" #include "nouveau_platform.h"