diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-28 17:00:53 +0300 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-10-04 02:47:25 +0000 |
commit | 7334c6f8688e3d01b3856fb7a055404335de857c (patch) | |
tree | d53ec10cf054bbabeccb371eb955c0c230f4f6bd /src/soc/amd/stoneyridge/imc.c | |
parent | 92d483a8927066ef16603023be05ad1fb7dea644 (diff) |
soc/amd/stoneyridge: Drop some amdlib.h includes
Change-Id: Ief00a74a9ab4cb6783ea17cebc924b5c4852f228
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/21736
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/stoneyridge/imc.c')
-rw-r--r-- | src/soc/amd/stoneyridge/imc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/imc.c b/src/soc/amd/stoneyridge/imc.c index e7c6fac43c..6a5b5d8eba 100644 --- a/src/soc/amd/stoneyridge/imc.c +++ b/src/soc/amd/stoneyridge/imc.c @@ -21,7 +21,6 @@ #include <delay.h> #include <Porting.h> #include <AGESA.h> -#include <Lib/amdlib.h> #include <Proc/Fch/Common/FchCommonCfg.h> #include <Proc/Fch/Fch.h> #include <Proc/Fch/FchPlatform.h> |