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: <aJbsYkON4V4iFPFG@bhairav-test.ee.iitb.ac.in>
Date: Sat, 9 Aug 2025 12:06:18 +0530
From: Akhilesh Patil <akhilesh@...iitb.ac.in>
To: rostedt@...dmis.org, mhiramat@...nel.org,
	mathieu.desnoyers@...icios.com, gmonaco@...hat.com
Cc: linux-trace-kernel@...r.kernel.org, linux-kernel@...r.kernel.org,
	akhileshpatilvnit@...il.com, skhan@...uxfoundation.org
Subject: [PATCH] include/linux/rv.h: remove redundant include file

Remove redundant include <linux/types.h> to clean up the code.
Fix this redundancy introduced by commit [1].

Fixes: 24cbfe18d55a ("rv: Merge struct rv_monitor_def into struct rv_monitor") [1]
Reported-by: kernel test robot <lkp@...el.com>
Closes: https://lore.kernel.org/r/202507312017.oyD08TL5-lkp@intel.com/
Signed-off-by: Akhilesh Patil <akhilesh@...iitb.ac.in>
---
 include/linux/rv.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/rv.h b/include/linux/rv.h
index 14410a42faef..8b968b8ed77b 100644
--- a/include/linux/rv.h
+++ b/include/linux/rv.h
@@ -15,7 +15,6 @@
 
 #ifdef CONFIG_RV
 #include <linux/bitops.h>
-#include <linux/types.h>
 #include <linux/array_size.h>
 
 /*
-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ