aboutsummaryrefslogtreecommitdiff
path: root/src/superio
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/superio
parenta08765d2871b891c8da2e8686a0db35b320c96b0 (diff)
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/superio')
-rw-r--r--src/superio/ite/it8772f/early_init.c1
-rw-r--r--src/superio/winbond/w83627dhg/early_serial.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/superio/ite/it8772f/early_init.c b/src/superio/ite/it8772f/early_init.c
index eed1e9c39f..b299d6da2f 100644
--- a/src/superio/ite/it8772f/early_init.c
+++ b/src/superio/ite/it8772f/early_init.c
@@ -15,7 +15,6 @@
*/
#include <arch/io.h>
-#include <device/pnp_def.h>
#include "it8772f.h"
diff --git a/src/superio/winbond/w83627dhg/early_serial.c b/src/superio/winbond/w83627dhg/early_serial.c
index 078bee20f3..7ec6abec6b 100644
--- a/src/superio/winbond/w83627dhg/early_serial.c
+++ b/src/superio/winbond/w83627dhg/early_serial.c
@@ -16,7 +16,6 @@
*/
#include <arch/io.h>
-#include <device/pnp_def.h>
#include <stdint.h>
#include "w83627dhg.h"