diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-03-28 18:48:24 +0200 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2018-04-01 18:10:45 +0000 |
commit | c2a9f0cf762a86ac0e52915f65fc514e13e6219a (patch) | |
tree | eb08d461c9dedcdf77893d3bfa515a157366baff /src | |
parent | f0082ac71aaf039e47e6504c8ce2917beefe19b3 (diff) |
drivers/spi/flashconsole.c: Fix broken header
Change-Id: I61d28791fa75a32591448fc2c40186acfddca86d
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/25413
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/drivers/spi/flashconsole.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/spi/flashconsole.c b/src/drivers/spi/flashconsole.c index e73af22951..aea6872c07 100644 --- a/src/drivers/spi/flashconsole.c +++ b/src/drivers/spi/flashconsole.c @@ -14,7 +14,7 @@ */ #include <arch/early_variables.h> -#include <region.h> +#include <commonlib/region.h> #include <boot_device.h> #include <fmap.h> #include <console/console.h> |