Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...
[linux-2.6-block.git] / drivers / acpi / acpica / tbutils.c
index bb4a56e5673a5f71ec3157b3919d30962013f0f2..15fa68a5ea6e25b7160bbf40b8c085bf3aa865b2 100644 (file)
@@ -36,12 +36,7 @@ acpi_status acpi_tb_initialize_facs(void)
 {
        struct acpi_table_facs *facs;
 
-       /* If Hardware Reduced flag is set, there is no FACS */
-
-       if (acpi_gbl_reduced_hardware) {
-               acpi_gbl_FACS = NULL;
-               return (AE_OK);
-       } else if (acpi_gbl_FADT.Xfacs &&
+       if (acpi_gbl_FADT.Xfacs &&
                   (!acpi_gbl_FADT.facs
                    || !acpi_gbl_use32_bit_facs_addresses)) {
                (void)acpi_get_table_by_index(acpi_gbl_xfacs_index,