From: Tian Tao Date: Fri, 19 Feb 2021 11:19:18 +0000 (+0800) Subject: hwrng: omap - Fix included header from 'asm' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f0ba303badfe4daf860c4a36d7651594a31066cf;p=linux.git hwrng: omap - Fix included header from 'asm' This commit fixes the checkpatch warning: WARNING: Use #include instead of drivers/char/hw_random/omap-rng.c:34 Signed-off-by: Tian Tao Signed-off-by: Herbert Xu --- diff --git a/drivers/char/hw_random/omap-rng.c b/drivers/char/hw_random/omap-rng.c index 5cc5fc5049682..4380c23587be1 100644 --- a/drivers/char/hw_random/omap-rng.c +++ b/drivers/char/hw_random/omap-rng.c @@ -30,8 +30,7 @@ #include #include #include - -#include +#include #define RNG_REG_STATUS_RDY (1 << 0)