src/soc/amd: Remove unused <delay.h>

Found using:
diff <(git grep -l '#include <delay.h>' -- src/) <(git grep -l 'get_timer_fsb(\|init_timer(\|udelay(\|mdelay(\|delay(' -- src/) |grep "<"

Change-Id: Iefb37d28c7f13563fa652cd6b2f661f462a3a32e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60605
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Elyes HAOUAS 2021-12-31 18:17:01 +01:00 committed by Felix Held
parent 47235990d4
commit 8def542ff9
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
#include <commonlib/helpers.h> #include <commonlib/helpers.h>
#include <commonlib/region.h> #include <commonlib/region.h>
#include <console/console.h> #include <console/console.h>
#include <delay.h>
#include <fmap.h> #include <fmap.h>
#include <spi_flash.h> #include <spi_flash.h>
#include <stdint.h> #include <stdint.h>