diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-01-31 07:52:41 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-11 10:25:44 +0000 |
commit | ad581984a6909831671df53c9f331968445f41e1 (patch) | |
tree | bd5379afe5a13671448720849d84a8dfb6f25a1e /src/mainboard/samsung | |
parent | 45ce5d897311827408b20e3c302615d9ef4dcadd (diff) |
src: Remove unused <cpu/intel/model_206ax/model_206ax.h>
Change-Id: I67862a6a5110e2cab4f77388caa702494e4d71c9
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50170
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/samsung')
-rw-r--r-- | src/mainboard/samsung/lumpy/smihandler.c | 1 | ||||
-rw-r--r-- | src/mainboard/samsung/stumpy/smihandler.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/samsung/lumpy/smihandler.c b/src/mainboard/samsung/lumpy/smihandler.c index 773c3441c3..7f279b2c2d 100644 --- a/src/mainboard/samsung/lumpy/smihandler.c +++ b/src/mainboard/samsung/lumpy/smihandler.c @@ -7,7 +7,6 @@ #include <southbridge/intel/bd82x6x/me.h> #include <southbridge/intel/common/pmbase.h> #include <northbridge/intel/sandybridge/sandybridge.h> -#include <cpu/intel/model_206ax/model_206ax.h> #include <ec/smsc/mec1308/ec.h> #include "ec.h" diff --git a/src/mainboard/samsung/stumpy/smihandler.c b/src/mainboard/samsung/stumpy/smihandler.c index 635cc52edf..2477a58b97 100644 --- a/src/mainboard/samsung/stumpy/smihandler.c +++ b/src/mainboard/samsung/stumpy/smihandler.c @@ -7,7 +7,6 @@ #include <southbridge/intel/bd82x6x/pch.h> #include <southbridge/intel/bd82x6x/me.h> #include <northbridge/intel/sandybridge/sandybridge.h> -#include <cpu/intel/model_206ax/model_206ax.h> /* Include for SIO helper functions */ #include <superio/ite/it8772f/it8772f.h> |