aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/getac
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-07-11 08:41:58 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-19 03:38:20 +0000
commit3c24a40d53a15e33e5a1a0483cfa45ccae2ca992 (patch)
tree619924f4e79a5cb1fd3ebe3759e2c26eb55e8cee /src/mainboard/getac
parentadd0b4712d5cda5edb97122a5e2a74a60f3051d6 (diff)
src: Remove unneeded 'include <delay.h>'
Change-Id: Ibf91c35aa389a91116463616a778212bb386756e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34230 Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/getac')
-rw-r--r--src/mainboard/getac/p470/mainboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/getac/p470/mainboard.c b/src/mainboard/getac/p470/mainboard.c
index 813b1d632e..da903494e3 100644
--- a/src/mainboard/getac/p470/mainboard.c
+++ b/src/mainboard/getac/p470/mainboard.c
@@ -17,7 +17,6 @@
#include <device/device.h>
#include <device/pci_def.h>
#include <device/pci_ops.h>
-#include <delay.h>
#include <drivers/intel/gma/int15.h>