summaryrefslogtreecommitdiffstats
path: root/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-02-05 08:24:00 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-02-07 08:53:07 +0000
commit0c152cf1bbc3673d80f255fcc102d5784e0974c1 (patch)
tree70b0b350512a03931763dc94749c54afad84b830 /src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
parenta08765d2871b891c8da2e8686a0db35b320c96b0 (diff)
downloadcoreboot-0c152cf1bbc3673d80f255fcc102d5784e0974c1.tar.gz
coreboot-0c152cf1bbc3673d80f255fcc102d5784e0974c1.tar.bz2
coreboot-0c152cf1bbc3673d80f255fcc102d5784e0974c1.zip
src: Remove unused include device/pnp_def.h
Change-Id: Ibb7ce42588510dc5ffb04c950c4c8c64e9a2fa37 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/31238 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/gigabyte/ga-g41m-es2l/romstage.c')
-rw-r--r--src/mainboard/gigabyte/ga-g41m-es2l/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c b/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
index 0f2b4ffc37fb..2b9f4fba2729 100644
--- a/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
+++ b/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
@@ -17,7 +17,6 @@
#include <stdint.h>
#include <device/pci_def.h>
#include <arch/io.h>
-#include <device/pnp_def.h>
#include <console/console.h>
#include <southbridge/intel/i82801gx/i82801gx.h>
#include <southbridge/intel/common/gpio.h>