lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20211209131808.24040-1-wangxiang@cdjrlc.com>
Date:   Thu,  9 Dec 2021 21:18:08 +0800
From:   Xiang wangx <wangxiang@...rlc.com>
To:     ysato@...rs.sourceforge.jp
Cc:     uclinux-h8-devel@...ts.sourceforge.jp,
        linux-kernel@...r.kernel.org, wangx <wxmige@...il.com>
Subject: [PATCH] h8300:replace #include <linux/processor.h> instead of <asm/processor.h>

From: wangx <wxmige@...il.com>

linux/processor.h is recommended

Signed-off-by: wangx <wxmige@...il.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ