Re: [PATCH] hwrng: omap - Fix included header from 'asm'

2021-03-03 Thread Herbert Xu
On Fri, Feb 19, 2021 at 07:19:18PM +0800, Tian Tao wrote: > This commit fixes the checkpatch warning: > WARNING: Use #include instead of > drivers/char/hw_random/omap-rng.c:34 > > Signed-off-by: Tian Tao > --- > drivers/char/hw_random/omap-rng.c | 3 +-- > 1 file changed, 1 insertion(+), 2 del

[PATCH] hwrng: omap - Fix included header from 'asm'

2021-02-19 Thread Tian Tao
This commit fixes the checkpatch warning: WARNING: Use #include instead of drivers/char/hw_random/omap-rng.c:34 Signed-off-by: Tian Tao --- drivers/char/hw_random/omap-rng.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/char/hw_random/omap-rng.c b/drivers/char/