From 657bd30c6b3ee8c80a94ebfe7c8b5c4b027ae038 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Tue, 13 Feb 2024 00:44:47 +0100 Subject: 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 --- drivers/rng/stm32_rng.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'drivers/rng/stm32_rng.c') diff --git a/drivers/rng/stm32_rng.c b/drivers/rng/stm32_rng.c index c397b4d95cd..61d5ed61582 100644 --- a/drivers/rng/stm32_rng.c +++ b/drivers/rng/stm32_rng.c @@ -5,16 +5,14 @@ #define LOG_CATEGORY UCLASS_RNG -#include #include #include #include #include #include +#include #include #include - -#include #include #include -- cgit v1.2.3