Re: [PATCH] include/linux/rv.h: remove redundant include file

2025-08-11 Thread Akhilesh Patil
On Mon, Aug 11, 2025 at 10:49:00AM +, Gabriele Monaco wrote: > 2025-08-09T06:36:58Z Akhilesh Patil : > > > Remove redundant include to clean up the code. > > Fix this redundancy introduced by commit [1]. > > > > Fixes: 24cbfe18d55a ("rv: Merge struct rv_monitor_def into struct > > rv_monitor

Re: [PATCH] include/linux/rv.h: remove redundant include file

2025-08-11 Thread Gabriele Monaco
2025-08-09T06:36:58Z Akhilesh Patil : > Remove redundant include 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 > Closes: https://lore.kernel.org/r/20

[PATCH] include/linux/rv.h: remove redundant include file

2025-08-08 Thread Akhilesh Patil
Remove redundant include 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 Closes: https://lore.kernel.org/r/202507312017.oyd08tl5-...@intel.com/ Signed-off-by: Ak