From e5c2babcc0d162e927a4111ebe2433fe226497ab Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Sun, 29 Sep 2024 18:45:45 -0600 Subject: mb/*: Explicitly include static.h for config_of_soc As per commit 865173153760 ("sconfig: Move config_of_soc from device.h to static.h"), sources that require access to the devicetree should directly include static.h so that it can be removed from device.h, eliminating unnecessary dependencies on static.h for files that only need the types and function declarations in device.h. Change-Id: Ia793666fda47678764fd33891fddb4aecf207bd4 Signed-off-by: Nicholas Chin Reviewed-on: https://review.coreboot.org/c/coreboot/+/84588 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Jayvik Desai Reviewed-by: Marshall Dawson Reviewed-by: Angel Pons Reviewed-by: Arthur Heymans --- src/mainboard/amd/birman/update_devicetree_phoenix_opensil.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/amd/birman') diff --git a/src/mainboard/amd/birman/update_devicetree_phoenix_opensil.c b/src/mainboard/amd/birman/update_devicetree_phoenix_opensil.c index f0060b8a63..2640e7453a 100644 --- a/src/mainboard/amd/birman/update_devicetree_phoenix_opensil.c +++ b/src/mainboard/amd/birman/update_devicetree_phoenix_opensil.c @@ -3,6 +3,7 @@ #include #include #include +#include #include #include "display_card_type.h" #include "update_devicetree.h" -- cgit v1.2.3