diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2020-01-04 22:40:33 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2020-01-06 04:30:59 +0000 |
commit | 391bb132bedbbab217231a78addee4fd03b6ae07 (patch) | |
tree | 04e1cdd11d79910c2df5f9d0dc05d43da4f78565 /src/mainboard/kontron | |
parent | 287910765d59441b325f97880f9ce584623ad009 (diff) |
mb/*/*: Remove unused option_table.h includes
These should have been removed together with read_option().
Change-Id: Ia6f268ac4551de14f9821c789844adfdf428b843
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38177
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/kontron')
-rw-r--r-- | src/mainboard/kontron/986lcd-m/early_init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/kontron/986lcd-m/early_init.c b/src/mainboard/kontron/986lcd-m/early_init.c index 80ce896323..995a346298 100644 --- a/src/mainboard/kontron/986lcd-m/early_init.c +++ b/src/mainboard/kontron/986lcd-m/early_init.c @@ -23,8 +23,6 @@ #include <superio/winbond/common/winbond.h> #include <superio/winbond/w83627thg/w83627thg.h> -#include "option_table.h" - /* Override the default lpc decode ranges */ void mainboard_lpc_decode(void) { |