diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-02-11 13:15:03 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-15 10:48:53 +0000 |
commit | 39239e6fff4b509b89e09ad2a6e5d45f94e3f992 (patch) | |
tree | 26078dbea1c0597c07dc76345c9cce92d2fa1fe8 /src/mainboard/dell | |
parent | ca77b35e4eb8f0cc069bd0c2a444296f9a691165 (diff) |
src/mb: Remove unused <console/console.h>
Change-Id: I6e0f33172fbcecebddfccdf64c22685636a23936
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50524
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/dell')
-rw-r--r-- | src/mainboard/dell/optiplex_9010/smihandler.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/dell/optiplex_9010/smihandler.c b/src/mainboard/dell/optiplex_9010/smihandler.c index 1c7d3288ed..3ed0d11483 100644 --- a/src/mainboard/dell/optiplex_9010/smihandler.c +++ b/src/mainboard/dell/optiplex_9010/smihandler.c @@ -2,7 +2,6 @@ #include <stdint.h> #include <arch/io.h> -#include <console/console.h> #include <cpu/x86/smm.h> #include <superio/smsc/sch5545/sch5545.h> |