diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-08-02 08:32:46 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-08-18 12:17:33 +0000 |
commit | 5885ba822c99512b9b732a69aa1b934f33f442ff (patch) | |
tree | eeb413fc7cfa8b4bdfc4208c9cc71e37647d69a5 /src/drivers/pc80 | |
parent | 38819a450732f0151cf4ddaaf35fbb20573652d6 (diff) |
src: Remove unused '<option.h>'
Change-Id: Icb79d60e9ec70a0780d5231698b88cff1db72c9b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44097
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/drivers/pc80')
-rw-r--r-- | src/drivers/pc80/rtc/mc146818rtc.c | 1 | ||||
-rw-r--r-- | src/drivers/pc80/rtc/mc146818rtc_boot.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/pc80/rtc/mc146818rtc.c b/src/drivers/pc80/rtc/mc146818rtc.c index d58a9993da..21d3c009fa 100644 --- a/src/drivers/pc80/rtc/mc146818rtc.c +++ b/src/drivers/pc80/rtc/mc146818rtc.c @@ -6,7 +6,6 @@ #include <fallback.h> #include <version.h> #include <console/console.h> -#include <option.h> #include <pc80/mc146818rtc.h> #include <rtc.h> #include <security/vboot/vbnv.h> diff --git a/src/drivers/pc80/rtc/mc146818rtc_boot.c b/src/drivers/pc80/rtc/mc146818rtc_boot.c index fbcf387f63..550a6027c0 100644 --- a/src/drivers/pc80/rtc/mc146818rtc_boot.c +++ b/src/drivers/pc80/rtc/mc146818rtc_boot.c @@ -2,7 +2,6 @@ #include <stdint.h> #include <console/console.h> -#include <option.h> #include <pc80/mc146818rtc.h> #include <fallback.h> |