mb/intel/kblrvp: Replace whitespaces with tabs in dsdt.asl
Change-Id: I66e2cfd041f9a93668e41d79c40cec9cb1bd917e Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38589 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: V Sowmya <v.sowmya@intel.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
parent
c332a47c54
commit
272fecafbb
|
@ -36,8 +36,8 @@ DefinitionBlock(
|
|||
Scope (\_SB) {
|
||||
Device (PCI0)
|
||||
{
|
||||
/* Image processing unit */
|
||||
#include <soc/intel/skylake/acpi/ipu.asl>
|
||||
/* Image processing unit */
|
||||
#include <soc/intel/skylake/acpi/ipu.asl>
|
||||
#include <soc/intel/skylake/acpi/systemagent.asl>
|
||||
#include <soc/intel/skylake/acpi/pch.asl>
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue