From d18065b59c7523e35b422ba419d85495729ad7ca Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Wed, 26 Aug 2015 23:04:34 -0700 Subject: packardbell/ms2290/mainboard.c: Do not guard int15 includes Do not guard the inclusion of "drivers/intel/gma/int15.h" and "arch/interrupt.h" with configs that control option rom execution. These headers already have the proper guards. The install_intel_vga_int15_handler() is unconditionally called, even when the header that declares it is guarded out. Change-Id: Ia273437486f5802aa2b53212f2a1b5704c9485fa Signed-off-by: Alexandru Gagniuc Reviewed-on: http://review.coreboot.org/11379 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/mainboard/packardbell/ms2290/mainboard.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/packardbell/ms2290/mainboard.c') diff --git a/src/mainboard/packardbell/ms2290/mainboard.c b/src/mainboard/packardbell/ms2290/mainboard.c index 5a4882f47a..bddc8a8725 100644 --- a/src/mainboard/packardbell/ms2290/mainboard.c +++ b/src/mainboard/packardbell/ms2290/mainboard.c @@ -34,10 +34,8 @@ #include #include -#if CONFIG_PCI_OPTION_ROM_RUN_YABEL || CONFIG_PCI_OPTION_ROM_RUN_REALMODE #include #include -#endif #include #include #include -- cgit v1.2.3