summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/dedede
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-04-21 10:14:30 +0200
committerMartin L Roth <martinroth@google.com>2022-04-24 17:41:55 +0000
commita776c4f2ddcce5d029adb0ff72dff5f5f71264ce (patch)
tree6e38c4afc6aabd9d7338f186ceee78a139e7158b /src/mainboard/google/dedede
parent0a7931b13945524ed2e23b492a1ad784da543d59 (diff)
downloadcoreboot-a776c4f2ddcce5d029adb0ff72dff5f5f71264ce.tar.gz
coreboot-a776c4f2ddcce5d029adb0ff72dff5f5f71264ce.tar.bz2
coreboot-a776c4f2ddcce5d029adb0ff72dff5f5f71264ce.zip
mainboard/google: Remove unused <boardid.h>
Found using: diff <(git grep -l '#include <boardid.h>' -- src/) <(git grep -l 'UNDEFINED_STRAPPING_ID\|BOARD_ID_UNKNOWN\|BOARD_ID_INIT\|board_id(\|ram_code(\|sku_id(' -- src/) |grep "<" Change-Id: I2611be41e8730a9b189b1b0aa3fe62be0757b371 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60748 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/google/dedede')
-rw-r--r--src/mainboard/google/dedede/variants/haboki/gpio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/dedede/variants/haboki/gpio.c b/src/mainboard/google/dedede/variants/haboki/gpio.c
index 12286c67567e..ab13dba430cd 100644
--- a/src/mainboard/google/dedede/variants/haboki/gpio.c
+++ b/src/mainboard/google/dedede/variants/haboki/gpio.c
@@ -2,7 +2,6 @@
#include <baseboard/gpio.h>
#include <baseboard/variants.h>
-#include <boardid.h>
#include <fw_config.h>
#include <ec/google/chromeec/ec.h>