Skip to content

Commit

Permalink
ACPI / DPTF: remove header search path to the parent directory
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masahiro Yamada authored and Rafael J. Wysocki committed Jan 29, 2019
1 parent f17b5f0 commit 580d038
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions drivers/acpi/dptf/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
obj-$(CONFIG_ACPI) += int340x_thermal.o
obj-$(CONFIG_DPTF_POWER) += dptf_power.o

ccflags-y += -Idrivers/acpi
2 changes: 1 addition & 1 deletion drivers/acpi/dptf/int340x_thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit 580d038

Please sign in to comment.