summaryrefslogtreecommitdiff
path: root/src/superio
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-09-15 08:00:01 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-09-17 13:22:44 +0000
commit72fc9a3e268b90813c5a21e1de8b813df7a31fa2 (patch)
tree3744836bb20693c4470f72d2e3bb2cf465e3b740 /src/superio
parent4b683b85a8ecb87b128ac13a5f2af67532903917 (diff)
downloadcoreboot-72fc9a3e268b90813c5a21e1de8b813df7a31fa2.tar.xz
src: Remove redundant <device/pnp_type.h>
When <device/pnp.h> is needed, it is supposed to provide <device/pnp_type.h>. Change-Id: I0e479e2abdb6cfb8633840db2222ce5397fe7d55 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45403 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/superio')
-rw-r--r--src/superio/nuvoton/nct5104d/early_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/nuvoton/nct5104d/early_init.c b/src/superio/nuvoton/nct5104d/early_init.c
index 5ed4c5cdec..c5e9388ebd 100644
--- a/src/superio/nuvoton/nct5104d/early_init.c
+++ b/src/superio/nuvoton/nct5104d/early_init.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include <arch/io.h>
-#include <device/pnp_type.h>
#include <device/pnp.h>
#include <stdint.h>
#include "nct5104d.h"