diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-24 13:16:03 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-01-29 11:04:15 +0100 |
commit | 580d0382c1cdc7aac9d99babc526d0d4c01e1fca (patch) | |
tree | 1e461b3dbb08bed657addc74b70d80a789e6e821 /drivers/acpi/dptf/int340x_thermal.c | |
parent | Linux 5.0-rc4 (diff) | |
download | linux-580d0382c1cdc7aac9d99babc526d0d4c01e1fca.tar.xz linux-580d0382c1cdc7aac9d99babc526d0d4c01e1fca.zip |
ACPI / DPTF: remove header search path to the parent directory
It is too much to add extra header search path for all files in
drivers/acpi/dptf/.
Fix up one C file, and remove the header search path.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/dptf/int340x_thermal.c')
-rw-r--r-- | drivers/acpi/dptf/int340x_thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/dptf/int340x_thermal.c b/drivers/acpi/dptf/int340x_thermal.c index 86364097e236..0aa7c2e62e95 100644 --- a/drivers/acpi/dptf/int340x_thermal.c +++ b/drivers/acpi/dptf/int340x_thermal.c @@ -12,7 +12,7 @@ #include <linux/acpi.h> #include <linux/module.h> -#include "internal.h" +#include "../internal.h" #define INT3401_DEVICE 0X01 static const struct acpi_device_id int340x_thermal_device_ids[] = { |