[PATCH v2 4/5] ACPI / boot: Not all platform require acpi_reduced_hw_init()

2017-07-17 Thread Andy Shevchenko
Some platform might take care of legacy devices on theirs own. Let's allow them to do that by exporting a weak function. Signed-off-by: Andy Shevchenko --- arch/x86/kernel/acpi/boot.c | 2 +- include/linux/acpi.h| 3 +++ 2 files changed, 4

[PATCH v2 4/5] ACPI / boot: Not all platform require acpi_reduced_hw_init()

2017-07-17 Thread Andy Shevchenko
Some platform might take care of legacy devices on theirs own. Let's allow them to do that by exporting a weak function. Signed-off-by: Andy Shevchenko --- arch/x86/kernel/acpi/boot.c | 2 +- include/linux/acpi.h| 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git

[PATCH v2 4/5] ACPI / boot: Not all platform require acpi_reduced_hw_init()

2017-07-17 Thread Andy Shevchenko
Some platform might take care of legacy devices on theirs own. Let's allow them to do that by exporting a weak function. Signed-off-by: Andy Shevchenko --- arch/x86/kernel/acpi/boot.c | 2 +- include/linux/acpi.h| 3 +++ 2 files changed, 4

[PATCH v2 4/5] ACPI / boot: Not all platform require acpi_reduced_hw_init()

2017-07-17 Thread Andy Shevchenko
Some platform might take care of legacy devices on theirs own. Let's allow them to do that by exporting a weak function. Signed-off-by: Andy Shevchenko --- arch/x86/kernel/acpi/boot.c | 2 +- include/linux/acpi.h| 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git