Re: [PATCH 1/1] rng: eliminate common.h include from RNG drivers

2024-03-04 Thread Tom Rini
On Tue, Feb 13, 2024 at 12:44:47AM +0100, Heinrich Schuchardt wrote: > 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 Applied

[PATCH 1/1] rng: eliminate common.h include from RNG drivers

2024-02-12 Thread Heinrich Schuchardt
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/arm_rndr.c | 3 +-- drivers/rng/iproc_rng200.c | 3 +--