]> git.dujemihanovic.xyz Git - u-boot.git/commit
global_data.h: remove unnecesary include of cyclic.h
authorRasmus Villemoes <ravi@prevas.dk>
Thu, 3 Oct 2024 21:28:02 +0000 (23:28 +0200)
committerStefan Roese <sr@denx.de>
Wed, 23 Oct 2024 05:02:25 +0000 (07:02 +0200)
commit6459964d738fe74f2cec7bca7caa1de444bc9d54
tree0777c35f2d79a480f2157690802ef0a13b11c570
parenta21aed059761d67066d71a09b2dfb9387fdcfcbd
global_data.h: remove unnecesary include of cyclic.h

Nothing in cyclic.h is needed to define struct global_data, so do not
include that header.

If any .c file relies on getting cyclic.h through asm/global_data.h,
it needs to include it itself.

Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Stefan Roese <sr@denx.de>
include/asm-generic/global_data.h