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:
Richard Spiegel 2018-10-17 13:32:58 -07:00 committed by Martin Roth
parent 2c2650a3c2
commit a419fd3728
2 changed files with 0 additions and 6 deletions

View file

@ -66,9 +66,6 @@ DefinitionBlock (
} /* End \_SB scope */ } /* End \_SB scope */
/* Describe SMBUS for the Southbridge */
#include <smbus.asl>
/* Define the General Purpose Events for the platform */ /* Define the General Purpose Events for the platform */
#include "acpi/gpe.asl" #include "acpi/gpe.asl"
} }

View file

@ -76,9 +76,6 @@ DefinitionBlock (
#include <ec/google/chromeec/acpi/ec.asl> #include <ec/google/chromeec/acpi/ec.asl>
} }
/* Describe SMBUS for the Southbridge */
#include <smbus.asl>
/* Define the General Purpose Events for the platform */ /* Define the General Purpose Events for the platform */
#include <variant/acpi/gpe.asl> #include <variant/acpi/gpe.asl>
} }