From 4b7af8ccf1ccaf15d942cbc0a3f430190d11546c Mon Sep 17 00:00:00 2001 From: Saravana Kannan Date: Wed, 29 Apr 2020 13:17:59 -0700 Subject: [PATCH] Revert "ANDROID: GKI: add base.h include to match MODULE_VERSIONS" This reverts commit 47862b56354daee62ff67b74d2894e91dd8d5cf6. Bug: 155322354 Change-Id: Ibcfc6a6b536e9f12e7ad5561ba4937725ba690e3 Signed-off-by: Saravana Kannan Signed-off-by: Will McVicker --- drivers/thermal/thermal_core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c index 8123f68b4224..b678c3d2c25b 100644 --- a/drivers/thermal/thermal_core.c +++ b/drivers/thermal/thermal_core.c @@ -22,14 +22,12 @@ #include #include #include -#include #define CREATE_TRACE_POINTS #include #include "thermal_core.h" #include "thermal_hwmon.h" -#include "../base/base.h" MODULE_AUTHOR("Zhang Rui"); MODULE_DESCRIPTION("Generic thermal management sysfs support");