From a9a366171006aad3b928307c2dfb7b3e7793d4ef Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Fri, 18 Apr 2014 19:53:51 -0500 Subject: hp/pavilion_m6_1035dx: Move GEVENT/GPE definitions to common file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These definitions were scattered in a couple of files, and we risk scattering them all over the place. Provide a common file for these definitions. Change-Id: I1fe99e5097cf10a349661f3b2ae2377f5cdd6103 Signed-off-by: Alexandru Gagniuc Reviewed-on: http://review.coreboot.org/5547 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/mainboard/hp/pavilion_m6_1035dx/acpi/ec.asl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/mainboard/hp/pavilion_m6_1035dx/acpi') diff --git a/src/mainboard/hp/pavilion_m6_1035dx/acpi/ec.asl b/src/mainboard/hp/pavilion_m6_1035dx/acpi/ec.asl index 188515c165..0293a1274a 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/acpi/ec.asl +++ b/src/mainboard/hp/pavilion_m6_1035dx/acpi/ec.asl @@ -3,10 +3,8 @@ * Subject to the GNU GPL v2, or (at your option) any later version. */ -/* - * EC bits specific to the mainboard - */ -#define EC_SCI_GPE 3 +/* Defines EC bits specific to the mainboard, needed by EC ASL */ +#include "mainboard.h" /* ACPI code for EC functions */ #include -- cgit v1.2.3