From 580d0382c1cdc7aac9d99babc526d0d4c01e1fca Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 24 Jan 2019 21:16:03 +0900 Subject: 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 Signed-off-by: Rafael J. Wysocki --- drivers/acpi/dptf/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/acpi/dptf/Makefile') diff --git a/drivers/acpi/dptf/Makefile b/drivers/acpi/dptf/Makefile index 06ea8809583d..e6032e47e83f 100644 --- a/drivers/acpi/dptf/Makefile +++ b/drivers/acpi/dptf/Makefile @@ -1,4 +1,2 @@ obj-$(CONFIG_ACPI) += int340x_thermal.o obj-$(CONFIG_DPTF_POWER) += dptf_power.o - -ccflags-y += -Idrivers/acpi -- cgit v1.2.3