mb/kahlee mb/gardenia: Remove smbus.asl include
The file soc/amd/stoneyridge/acpi/smbus.asl has 0 bytes (no content). Remove the include of this file. BUG=b:117814641 TEST=Build grunt and gardenia. Change-Id: I0c48167195a9708afc255490bb1996b6dfc7bdfb Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com> Reviewed-on: https://review.coreboot.org/29178 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
2c2650a3c2
commit
a419fd3728
2 changed files with 0 additions and 6 deletions
|
@ -66,9 +66,6 @@ DefinitionBlock (
|
|||
|
||||
} /* End \_SB scope */
|
||||
|
||||
/* Describe SMBUS for the Southbridge */
|
||||
#include <smbus.asl>
|
||||
|
||||
/* Define the General Purpose Events for the platform */
|
||||
#include "acpi/gpe.asl"
|
||||
}
|
||||
|
|
|
@ -76,9 +76,6 @@ DefinitionBlock (
|
|||
#include <ec/google/chromeec/acpi/ec.asl>
|
||||
}
|
||||
|
||||
/* Describe SMBUS for the Southbridge */
|
||||
#include <smbus.asl>
|
||||
|
||||
/* Define the General Purpose Events for the platform */
|
||||
#include <variant/acpi/gpe.asl>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue