From fbcfefe5f3f85daff84a454f822fe6c8ca4c02af Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 29 Apr 2020 22:51:31 +0200 Subject: mb/**/dsdt.asl: Drop unused ACPI_VIDEO_DEVICE It is only used with the Lenovo-specific H8 EC code. Change-Id: I596d4d19277555894ab728e32a44e34a5a21e21d Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/40863 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes --- src/mainboard/compulab/intense_pc/dsdt.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/compulab') diff --git a/src/mainboard/compulab/intense_pc/dsdt.asl b/src/mainboard/compulab/intense_pc/dsdt.asl index f6d5d4a0b1..947e0535f8 100644 --- a/src/mainboard/compulab/intense_pc/dsdt.asl +++ b/src/mainboard/compulab/intense_pc/dsdt.asl @@ -4,7 +4,7 @@ #define BRIGHTNESS_UP \_SB.PCI0.GFX0.INCB #define BRIGHTNESS_DOWN \_SB.PCI0.GFX0.DECB -#define ACPI_VIDEO_DEVICE \_SB.PCI0.GFX0 + #include DefinitionBlock( "dsdt.aml", -- cgit v1.2.3