2021-12-05 12:18:37

by Xiang wangx

[permalink] [raw]
Subject: [PATCH] h8300:replace #include <linux/processor.h> instead of <asm/processor.h>

From: wangx <[email protected]>

linux/processor.h is recommended

Signed-off-by: wangx <[email protected]>
---
arch/h8300/lib/delay.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/h8300/lib/delay.c b/arch/h8300/lib/delay.c
index f4277529a9b9..8ca72f3a4883 100644
--- a/arch/h8300/lib/delay.c
+++ b/arch/h8300/lib/delay.c
@@ -8,7 +8,7 @@
#include <linux/module.h>
#include <linux/delay.h>
#include <asm/param.h>
-#include <asm/processor.h>
+#include <linux/processor.h>
#include <asm/timex.h>

void __delay(unsigned long cycles)
--
2.20.1