Revert "ANDROID: GKI: add base.h include to match MODULE_VERSIONS"

This reverts commit 47862b5635.

Bug: 155322354
Change-Id: Ibcfc6a6b536e9f12e7ad5561ba4937725ba690e3
Signed-off-by: Saravana Kannan <saravanak@google.com>
Signed-off-by: Will McVicker <willmcvicker@google.com>
This commit is contained in:
Saravana Kannan 2020-04-29 13:17:59 -07:00 committed by Will McVicker
parent c1cd894bcb
commit 4b7af8ccf1

View file

@ -22,14 +22,12 @@
#include <net/netlink.h>
#include <net/genetlink.h>
#include <linux/suspend.h>
#include <linux/kobject.h>
#define CREATE_TRACE_POINTS
#include <trace/events/thermal.h>
#include "thermal_core.h"
#include "thermal_hwmon.h"
#include "../base/base.h"
MODULE_AUTHOR("Zhang Rui");
MODULE_DESCRIPTION("Generic thermal management sysfs support");