[coreboot-gerrit] Patch merged into coreboot/master: arch/acpi.h: add #if guard to handle the absence of device_t type

gerrit at coreboot.org gerrit at coreboot.org
Sun Sep 4 05:48:00 CEST 2016


the following patch was just integrated into master:
commit 20c9afa9c7035d102f2ce102ffe23e86ca520242
Author: Antonello Dettori <dev at dettori.io>
Date:   Fri Sep 2 09:08:01 2016 +0200

    arch/acpi.h: add #if guard to handle the absence of device_t type
    
    Avoid the inclusion of a function declaration if the argument type
    device_t is not defined.
    
    This was not a problem until now because the
    old declaration of device_t and the new one overlapped.
    
    Change-Id: I05a6ef1bf65bf47f3c6933073ae2d26992348813
    Signed-off-by: Antonello Dettori <dev at dettori.io>
    Reviewed-on: https://review.coreboot.org/16404
    Tested-by: build bot (Jenkins)
    Reviewed-by: Martin Roth <martinroth at google.com>


See https://review.coreboot.org/16404 for details.

-gerrit



More information about the coreboot-gerrit mailing list