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>
This commit is contained in:
Heinrich Schuchardt
2024-02-13 00:44:47 +01:00
committed by Tom Rini
parent 9a49f393e4
commit 657bd30c6b
12 changed files with 11 additions and 21 deletions

View File

@@ -6,6 +6,8 @@
#if !defined _RNG_H_
#define _RNG_H_
#include <linux/types.h>
struct udevice;
/**