]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Split out the declaration of ofnode
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jul 2022 21:52:06 +0000 (15:52 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Aug 2022 12:14:23 +0000 (08:14 -0400)
commit902f2f6ad55718c8086158a91393675b2e8b616c
tree4852ac86b27ce9c5eb5629fe5252f872ae45d0c4
parent89935067cb4b883040f2ff59e780cec3938dca6e
dm: core: Split out the declaration of ofnode

This is used by a lot of files, but ofnode.h needs to include a lot of
header files. This can create dependency cycles, particularly with
global_data.h which must include various declarations.

Split the core delcarations into a separate file to fix this.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/dm/ofnode.h
include/dm/ofnode_decl.h [new file with mode: 0644]