From e656459b575068c2bbd27f9cd21da78d344b777e Mon Sep 17 00:00:00 2001 From: Tian Tao Date: Mon, 15 Mar 2021 14:12:04 +0800 Subject: [PATCH] hwrng: intel - Fix included header from 'asm This commit fixes the checkpatch warning: WARNING: Use #include instead of 34: FILE: drivers/char/hw_random/intel-rng.c:34: Signed-off-by: Tian Tao Signed-off-by: Herbert Xu --- drivers/char/hw_random/intel-rng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/hw_random/intel-rng.c b/drivers/char/hw_random/intel-rng.c index eb7db27f9f19..d740b8814bf3 100644 --- a/drivers/char/hw_random/intel-rng.c +++ b/drivers/char/hw_random/intel-rng.c @@ -25,13 +25,13 @@ */ #include +#include #include #include #include #include #include #include -#include #define PFX KBUILD_MODNAME ": "