aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/nehalem/nehalem.h
diff options
context:
space:
mode:
authorPatrick Rudolph <siro@das-labor.org>2017-05-17 19:39:12 +0200
committerNico Huber <nico.h@gmx.de>2017-06-15 01:08:50 +0200
commit5c82026ca6d78e60b5b400166325699ccf774610 (patch)
treef50bdde64614c5566d8df620071b44676eccc2ea /src/northbridge/intel/nehalem/nehalem.h
parentd65ff229882ef0e3dad27867125cab681c7b7aec (diff)
nb/intel/nehalem/gma: Use common init_igd_opregion method
Use common init_igd_opregion method. Change-Id: Ic8a85d1373f04814b4460cce377d6e096bcdc349 Signed-off-by: Patrick Rudolph <siro@das-labor.org> Reviewed-on: https://review.coreboot.org/19907 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/northbridge/intel/nehalem/nehalem.h')
-rw-r--r--src/northbridge/intel/nehalem/nehalem.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/northbridge/intel/nehalem/nehalem.h b/src/northbridge/intel/nehalem/nehalem.h
index 5385b8e695..a693e12f01 100644
--- a/src/northbridge/intel/nehalem/nehalem.h
+++ b/src/northbridge/intel/nehalem/nehalem.h
@@ -300,11 +300,6 @@ void dump_mem(unsigned start, unsigned end);
void report_platform_info(void);
#endif /* !__SMM__ */
-#if !defined(__PRE_RAM__)
-#include <drivers/intel/gma/opregion.h>
-int init_igd_opregion(igd_opregion_t *igd_opregion);
-#endif
-
#endif
#endif
#endif /* __NORTHBRIDGE_INTEL_NEHALEM_NEHALEM_H__ */