mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
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>
This commit is contained in:
committed by
Rafael J. Wysocki
parent
f17b5f06cb
commit
580d0382c1
@@ -1,4 +1,2 @@
|
||||
obj-$(CONFIG_ACPI) += int340x_thermal.o
|
||||
obj-$(CONFIG_DPTF_POWER) += dptf_power.o
|
||||
|
||||
ccflags-y += -Idrivers/acpi
|
||||
|
||||
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user