intel/acpi: Fix ACPI compile error
According to ACPI 6.1 spec 19.6.44, External informs compiler that object is external to this TABLE, no necessary for object in same DSDT tables. BUG=None TEST=Build pass Intel mainboard with 20180427 iasl. Change-Id: I153e7d0e97f9a29919676fbb73a7c26fd22f252c Signed-off-by: Lijian Zhao <lijian.zhao@intel.com> Reviewed-on: https://review.coreboot.org/26045 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
dc23396a30
commit
b2252ce37c
|
@ -47,7 +47,6 @@ External (\_PR.CP00._TPC, MethodObj)
|
|||
External (\_PR.CP00._PTC, PkgObj)
|
||||
External (\_PR.CP00._TSD, PkgObj)
|
||||
External (\_PR.CP00._PSS, MethodObj)
|
||||
External (\_SB.DPTF.CTOK, MethodObj)
|
||||
|
||||
Device (B0DB)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue