diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-05-17 16:53:18 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-26 14:59:20 +0000 |
commit | 38b58d4f51c80ad1fc416e48a79b47e75a109b34 (patch) | |
tree | 5c6bbe3e7d908a49a80e93476ce4b10dca3d57c1 /src/mainboard/google/foster/mainboard.c | |
parent | bfc255a12146a364f0d08ee9818af715a485a579 (diff) |
mb/google/foster: Remove unused 'include <memrange.h>
Change-Id: Ic26d03d0e695ce0823332d4c6430186c7bfbeac1
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41487
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/foster/mainboard.c')
-rw-r--r-- | src/mainboard/google/foster/mainboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/foster/mainboard.c b/src/mainboard/google/foster/mainboard.c index f18e95a2ed..4a56e8aae0 100644 --- a/src/mainboard/google/foster/mainboard.c +++ b/src/mainboard/google/foster/mainboard.c @@ -2,7 +2,6 @@ #include <arch/mmu.h> #include <device/device.h> -#include <memrange.h> #include <soc/addressmap.h> #include <soc/clk_rst.h> #include <soc/clock.h> |