diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-05-27 08:37:18 +0300 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-06-03 04:57:37 +0200 |
commit | 3fa4350d6ae358826f12f40f55d917bf85ba7efd (patch) | |
tree | 27adc9f597f079cd1bf65991f96da9e8c3bb31b2 /src/mainboard/supermicro | |
parent | 44bb9bdec86d2f0118fc6c1e8d6d0443cf81d235 (diff) |
AGESA boards: Drop unused include
These files do not use definitions from OptionsIds.h. Also those
definitions are required and already included for Ids.h.
Change-Id: I149fcfe2ad72fe3d7390ee2043a86432aeae3f08
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/14980
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r-- | src/mainboard/supermicro/h8qgi/BiosCallOuts.c | 1 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8scm/BiosCallOuts.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/supermicro/h8qgi/BiosCallOuts.c b/src/mainboard/supermicro/h8qgi/BiosCallOuts.c index 15ca290e37..ebd1307cf0 100644 --- a/src/mainboard/supermicro/h8qgi/BiosCallOuts.c +++ b/src/mainboard/supermicro/h8qgi/BiosCallOuts.c @@ -18,7 +18,6 @@ #include <northbridge/amd/agesa/agesawrapper.h> #include <northbridge/amd/agesa/BiosCallOuts.h> #include "Ids.h" -#include "OptionsIds.h" #include "heapManager.h" #include <arch/io.h> diff --git a/src/mainboard/supermicro/h8scm/BiosCallOuts.c b/src/mainboard/supermicro/h8scm/BiosCallOuts.c index 7f5aebe665..d8696e6c35 100644 --- a/src/mainboard/supermicro/h8scm/BiosCallOuts.c +++ b/src/mainboard/supermicro/h8scm/BiosCallOuts.c @@ -18,7 +18,6 @@ #include <northbridge/amd/agesa/agesawrapper.h> #include <northbridge/amd/agesa/BiosCallOuts.h> #include "Ids.h" -#include "OptionsIds.h" #include "heapManager.h" #include <stdlib.h> |