lkml.org 
[lkml]   [2021]   [Dec]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] h8300:replace #include <linux/processor.h> instead of <asm/processor.h>
Date
From: wangx <wxmige@gmail.com>

linux/processor.h is recommended

Signed-off-by: wangx <wxmige@gmail.com>
---
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
\
 
 \ /
  Last update: 2021-12-09 14:19    [W:0.167 / U:0.136 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site