]> git.dujemihanovic.xyz Git - u-boot.git/commit
include: Add missing headers in a few instances
authorTom Rini <trini@konsulko.com>
Tue, 30 Apr 2024 13:35:28 +0000 (07:35 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:06:33 +0000 (15:06 -0600)
commit675dd31a7dc4c85385d5bce3b4fb281aa91968cb
treec782d24302e8d8ee6a4e0578b6dc814defdb3c68
parent9543f05d8e400a6cb9e22f9c0319e06c10706c93
include: Add missing headers in a few instances

A few headers rely on indirect inclusion of <linux/types.h> or
<linux/kernel.h> so add them directly. In the case of <netdev.h> add a
"struct bd_info;" as well rather than the large header chain to resolve
that.

Signed-off-by: Tom Rini <trini@konsulko.com>
include/mailbox.h
include/netdev.h
include/phy_interface.h
include/u-boot/sha1.h
include/u-boot/sha256.h
include/u-boot/sha512.h