From 52f91e7e3eecdae4ebf397bb34aab8aa56c4aa8e Mon Sep 17 00:00:00 2001 From: Timo Alho Date: Wed, 4 Jul 2018 07:53:31 +0300 Subject: [PATCH] devfreq: tegra: use soc/tegra/chip-id.h for soc header The soc tegra headers are unified and moved all the content of linux/tegra-soc.h to the soc/tegra/chip-id.h to have the single soc header for Tegra. Change-Id: I4c45721243574f5d9e533360538790a94eaa57de Signed-off-by: Timo Alho Reviewed-on: https://git-master.nvidia.com/r/1770148 Reviewed-by: Mikko Perttunen GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/devfreq/governor_pod_scaling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/devfreq/governor_pod_scaling.c b/drivers/devfreq/governor_pod_scaling.c index 351cfd6e..1849a85f 100644 --- a/drivers/devfreq/governor_pod_scaling.c +++ b/drivers/devfreq/governor_pod_scaling.c @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #define CREATE_TRACE_POINTS