From: Bob Moore Date: Tue, 29 Oct 2013 01:30:29 +0000 (+0800) Subject: ACPICA: Simplify configuration of global ACPI_REDUCED_HARDWARE macro. X-Git-Tag: firefly_0821_release~176^2~4869^2~2^2~25 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c0144dc0e43ed97d60ce34c900a4326bb087bf11;p=firefly-linux-kernel-4.4.55.git ACPICA: Simplify configuration of global ACPI_REDUCED_HARDWARE macro. Surround definition of this with a #ifndef so that the kernel can define it elsewhere if desired. Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- diff --git a/include/acpi/acconfig.h b/include/acpi/acconfig.h index 1c16f821434f..d98c67001840 100644 --- a/include/acpi/acconfig.h +++ b/include/acpi/acconfig.h @@ -100,7 +100,9 @@ * ACPI PM timer * FACS table (Waking vectors and Global Lock) */ +#ifndef ACPI_REDUCED_HARDWARE #define ACPI_REDUCED_HARDWARE FALSE +#endif /****************************************************************************** *