build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36828 )
Change subject: sb/intel: Declare acpi_disable_sci_on_exit() ......................................................................
Patch Set 13:
(4 comments)
https://review.coreboot.org/c/coreboot/+/36828/13/src/soc/intel/common/block... File src/soc/intel/common/block/pmc/pmc.c:
https://review.coreboot.org/c/coreboot/+/36828/13/src/soc/intel/common/block... PS13, Line 96: if (acpi_disable_sci_on_exit()) { braces {} are not necessary for single statement blocks
https://review.coreboot.org/c/coreboot/+/36828/13/src/soc/intel/denverton_ns... File src/soc/intel/denverton_ns/pmc.c:
https://review.coreboot.org/c/coreboot/+/36828/13/src/soc/intel/denverton_ns... PS13, Line 27: if (acpi_disable_sci_on_exit()) { braces {} are not necessary for single statement blocks
https://review.coreboot.org/c/coreboot/+/36828/13/src/southbridge/intel/bd82... File src/southbridge/intel/bd82x6x/lpc.c:
https://review.coreboot.org/c/coreboot/+/36828/13/src/southbridge/intel/bd82... PS13, Line 411: if (acpi_disable_sci_on_exit()) { braces {} are not necessary for single statement blocks
https://review.coreboot.org/c/coreboot/+/36828/13/src/southbridge/intel/ibex... File src/southbridge/intel/ibexpeak/lpc.c:
https://review.coreboot.org/c/coreboot/+/36828/13/src/southbridge/intel/ibex... PS13, Line 415: if (acpi_disable_sci_on_exit()) { braces {} are not necessary for single statement blocks