mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
ACPI: x86: Move blacklist to x86 folder
blacklist is built solely for x86, move it to the respective folder. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
49db108391
commit
3d26b94fa1
3 changed files with 3 additions and 2 deletions
|
|
@ -14,7 +14,6 @@ tables.o: $(src)/../../include/$(CONFIG_ACPI_CUSTOM_DSDT_FILE) ;
|
|||
endif
|
||||
|
||||
obj-$(CONFIG_ACPI) += tables.o
|
||||
obj-$(CONFIG_X86) += blacklist.o
|
||||
|
||||
#
|
||||
# ACPI Core Subsystem (Interpreter)
|
||||
|
|
|
|||
|
|
@ -3,3 +3,5 @@ acpi-x86-y += apple.o
|
|||
acpi-x86-y += cmos_rtc.o
|
||||
acpi-x86-y += s2idle.o
|
||||
acpi-x86-y += utils.o
|
||||
|
||||
obj-$(CONFIG_X86) += blacklist.o
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#include <linux/acpi.h>
|
||||
#include <linux/dmi.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "../internal.h"
|
||||
|
||||
#ifdef CONFIG_DMI
|
||||
static const struct dmi_system_id acpi_rev_dmi_table[] __initconst;
|
||||
Loading…
Add table
Add a link
Reference in a new issue