HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41487 )
Change subject: mb/google/foster: Remove unused 'include <memrange.h> ......................................................................
mb/google/foster: Remove unused 'include <memrange.h>
Change-Id: Ic26d03d0e695ce0823332d4c6430186c7bfbeac1 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/google/foster/mainboard.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/41487/1
diff --git a/src/mainboard/google/foster/mainboard.c b/src/mainboard/google/foster/mainboard.c index f18e95a..4a56e8a 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>