tree: Include static.h for remaining devicetree usages
commit05765c8951f34e53d92680d5e74062cbffa692d8
authorNicholas Chin <nic.c3.14@gmail.com>
Mon, 30 Sep 2024 03:16:18 +0000 (29 21:16 -0600)
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>
Sun, 10 Nov 2024 19:12:22 +0000 (10 19:12 +0000)
tree576f33825c60d788cbc14e95cf11651f5cd17e26
parent93b4268fb794d334b913eb76a68e37597ad51caa
tree: Include static.h for remaining devicetree usages

As per commit 865173153760 ("sconfig: Move config_of_soc from device.h
to static.h") and commit 05a13e7ed9b9 ("sconfig: Move (WEAK_)DEV_PTR
from device.h to static.h"), sources that use code generated from the
devicetree should directly include static.h. This allows static.h to be
removed from device.h, eliminating many unnecessary dependencies on the
devicetree for objects that only need the device types and function
declarations.

Add static.h to the includes of all remaining files that require static
devicetree access through config_of_soc(), the sconfig generated names,
or DEV_PTR().

Change-Id: I1d35ff2ac22f9ff5e0aa38b7ad707619e50387f3
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84591
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
src/cpu/intel/model_206ax/model_206ax_init.c
src/mainboard/starlabs/starfighter/variants/rpl/devtree.c
src/northbridge/amd/pi/00730F01/northbridge.c
src/soc/intel/common/block/systemagent/systemagent.c
src/southbridge/intel/i82801ix/lpc.c
src/southbridge/intel/i82801jx/lpc.c