diff options
author | Nico Huber <nico.h@gmx.de> | 2017-12-18 12:06:36 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2017-12-19 12:29:31 +0000 |
commit | 08bea22c246fe4ad181a8992f86100e9249404ae (patch) | |
tree | d177b8cdb4c39e239213f738e7145240b87b619a /src/northbridge/intel | |
parent | 796abaeeb63f3d73a211cb9e4d851014fd38c6b7 (diff) | |
download | coreboot-08bea22c246fe4ad181a8992f86100e9249404ae.tar.xz |
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>
Reviewed-on: https://review.coreboot.org/22930
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/northbridge/intel')
-rw-r--r-- | src/northbridge/intel/nehalem/gma.c | 4 |
1 files changed, 0 insertions, 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) { |