diff options
| author | Heinrich Schuchardt <[email protected]> | 2024-02-13 00:44:47 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-03-02 12:26:19 -0500 |
| commit | 657bd30c6b3ee8c80a94ebfe7c8b5c4b027ae038 (patch) | |
| tree | f4a374a28639225cd3209c68f777cd4843cf97a5 /drivers/rng/npcm_rng.c | |
| parent | 9a49f393e4d3f4e83a75bf51e8fd49a3fb615d7b (diff) | |
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 <[email protected]>
Diffstat (limited to 'drivers/rng/npcm_rng.c')
| -rw-r--r-- | drivers/rng/npcm_rng.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rng/npcm_rng.c b/drivers/rng/npcm_rng.c index 70c1c032b6d..3922acad5bb 100644 --- a/drivers/rng/npcm_rng.c +++ b/drivers/rng/npcm_rng.c @@ -3,7 +3,6 @@ * Copyright (c) 2022 Nuvoton Technology Corp. */ -#include <common.h> #include <dm.h> #include <malloc.h> #include <rng.h> |
