From 08bea22c246fe4ad181a8992f86100e9249404ae Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Mon, 18 Dec 2017 12:06:36 +0100 Subject: nb/intel/nehalem/gma: Drop stale pre-pocessor guards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/22930 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki Reviewed-by: Arthur Heymans Reviewed-by: Paul Menzel --- src/northbridge/intel/nehalem/gma.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/northbridge/intel/nehalem/gma.c b/src/northbridge/intel/nehalem/gma.c index 0db8f3c88a..0c681ccc83 100644 --- a/src/northbridge/intel/nehalem/gma.c +++ b/src/northbridge/intel/nehalem/gma.c @@ -572,8 +572,6 @@ static void gma_pm_init_post_vbios(struct device *dev) } } -#if IS_ENABLED(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT) - static void train_link(u8 *mmio) { /* Clear interrupts. */ @@ -1009,8 +1007,6 @@ static void intel_gma_init(const struct northbridge_intel_nehalem_config *info, } } -#endif - /* Enable SCI to ACPI _GPE._L06 */ static void gma_enable_swsci(void) { -- cgit v1.2.3