diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-12-12 15:07:43 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2018-12-18 13:47:33 +0000 |
commit | 0c0208b590fd791fc03fc626c94e30c1c80e073d (patch) | |
tree | bee99938692bb3c06a519f170f421a72cde46fd3 /src/cpu/intel/model_2065x | |
parent | 2ad59714dd74b1502a6d9c84149634df7dceedf7 (diff) |
cpu: Remove unneeded include <pc80/mc146818rtc.h>
Change-Id: I67bc60b9e0eb6289193d698787c18ea4593c991a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/30196
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/cpu/intel/model_2065x')
-rw-r--r-- | src/cpu/intel/model_2065x/model_2065x_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/intel/model_2065x/model_2065x_init.c b/src/cpu/intel/model_2065x/model_2065x_init.c index 222c2ed9bd..7ce516bd19 100644 --- a/src/cpu/intel/model_2065x/model_2065x_init.c +++ b/src/cpu/intel/model_2065x/model_2065x_init.c @@ -28,7 +28,6 @@ #include <cpu/intel/turbo.h> #include <cpu/x86/cache.h> #include <cpu/x86/name.h> -#include <pc80/mc146818rtc.h> #include "model_2065x.h" #include "chip.h" #include <cpu/intel/smm/gen1/smi.h> |