Commit c27d08f7 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki

thermal: ACPI: Include the right header file

It is not necessary to include thermal_core.h into thermal_acpi.c,
because none of the code in there depends on anything in the former,
except for the linux/thermal.h, but it is better to include that one
directly instead of including the entire thermal_core.h, so make that
change.

No functional impact.

Fixes: 7a0e3974 ("thermal: ACPI: Add ACPI trip point routines")
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent cf3986f8
......@@ -8,8 +8,7 @@
*/
#include <linux/acpi.h>
#include <linux/units.h>
#include "thermal_core.h"
#include <linux/thermal.h>
/*
* Minimum temperature for full military grade is 218°K (-55°C) and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment