summaryrefslogtreecommitdiff
path: root/src/soc/intel/common
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-02 08:21:27 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-08-18 12:17:16 +0000
commit38819a450732f0151cf4ddaaf35fbb20573652d6 (patch)
tree6ead0c9ba88ab953b083efee23248eea6babd192 /src/soc/intel/common
parent24230f6cd7b0ace40d331400e8a1b018b5369cf0 (diff)
downloadcoreboot-38819a450732f0151cf4ddaaf35fbb20573652d6.tar.xz
soc/intel/common/block/pmc/pmclib.c: Remove unused '<pc80/mc146818rtc.h>'
Change-Id: If7e99e1b1be38694ad2fedb528a5c1725b968943 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44096 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r--src/soc/intel/common/block/pmc/pmclib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/pmc/pmclib.c b/src/soc/intel/common/block/pmc/pmclib.c
index 12eb38e33d..40d407bc78 100644
--- a/src/soc/intel/common/block/pmc/pmclib.c
+++ b/src/soc/intel/common/block/pmc/pmclib.c
@@ -10,7 +10,6 @@
#include <intelblocks/gpio.h>
#include <intelblocks/tco.h>
#include <option.h>
-#include <pc80/mc146818rtc.h>
#include <security/vboot/vboot_common.h>
#include <soc/pm.h>
#include <stdint.h>