diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-16 13:44:54 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-18 09:16:14 +0000 |
commit | d2894f690ade8bedefdf4b934f2d3f28c3086b1d (patch) | |
tree | 7f53622db2981c60e8a0e6c19a8eaadcaf961d2a /src/superio | |
parent | d889508f16573d85ef5fff4dc231d846dc41e3b5 (diff) | |
download | coreboot-d2894f690ade8bedefdf4b934f2d3f28c3086b1d.tar.xz |
src/nsc/common/nsc.h: Drop unused include
Change-Id: Id3501e65a9d0c0b5ad98679f5e78f985e87cbe55
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31925
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio')
-rw-r--r-- | src/superio/nsc/common/nsc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/nsc/common/nsc.h b/src/superio/nsc/common/nsc.h index c2d732c491..bc123d4d69 100644 --- a/src/superio/nsc/common/nsc.h +++ b/src/superio/nsc/common/nsc.h @@ -18,7 +18,6 @@ #ifndef SUPERIO_NSC_COMMON_PRE_RAM_H #define SUPERIO_NSC_COMMON_PRE_RAM_H -#include <device/pnp_def.h> #include <stdint.h> #include <device/pnp_type.h> |