]> git.ipfire.org Git - thirdparty/u-boot.git/commit
rng: eliminate common.h include from RNG drivers
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 12 Feb 2024 23:44:47 +0000 (00:44 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 2 Mar 2024 17:26:19 +0000 (12:26 -0500)
commit657bd30c6b3ee8c80a94ebfe7c8b5c4b027ae038
treef4a374a28639225cd3209c68f777cd4843cf97a5
parent9a49f393e4d3f4e83a75bf51e8fd49a3fb615d7b
rng: eliminate common.h include from RNG drivers

Usage of common.h is deprecated.

* Remove common.h from RNG drivers.
* Sort includes.
* Add time.h to sandbox driver.
* Add linux/types.h to rng.h to provide size_t.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
12 files changed:
drivers/rng/arm_rndr.c
drivers/rng/iproc_rng200.c
drivers/rng/meson-rng.c
drivers/rng/msm_rng.c
drivers/rng/npcm_rng.c
drivers/rng/optee_rng.c
drivers/rng/rng-uclass.c
drivers/rng/rockchip_rng.c
drivers/rng/sandbox_rng.c
drivers/rng/smccc_trng.c
drivers/rng/stm32_rng.c
include/rng.h