Nico Huber has uploaded this change for review. ( https://review.coreboot.org/22930
Change subject: nb/intel/nehalem/gma: Drop stale pre-pocessor guards ......................................................................
nb/intel/nehalem/gma: Drop stale pre-pocessor guards
These were forgotten when updating the caller and resulted in build failures for every but the NGI path.
Change-Id: I2490a3b4dca6c248eb37f43aa676ae619afdbfc7 Signed-off-by: Nico Huber nico.h@gmx.de --- M src/northbridge/intel/nehalem/gma.c 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/22930/1
diff --git a/src/northbridge/intel/nehalem/gma.c b/src/northbridge/intel/nehalem/gma.c index 0db8f3c..0c681cc 100644 --- a/src/northbridge/intel/nehalem/gma.c +++ b/src/northbridge/intel/nehalem/gma.c @@ -572,8 +572,6 @@ } }
-#if IS_ENABLED(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT) - static void train_link(u8 *mmio) { /* Clear interrupts. */ @@ -1009,8 +1007,6 @@ } }
-#endif - /* Enable SCI to ACPI _GPE._L06 */ static void gma_enable_swsci(void) {