Re: [PATCH -next] arm_mpam: Remove duplicate linux/srcu.h header

From: James Morse
Date: Tue Nov 25 2025 - 06:33:26 EST


Hi Jiapeng,

On 21/11/2025 03:39, Jiapeng Chong wrote:
> ./drivers/resctrl/mpam_internal.h: linux/srcu.h is included more than once.

> diff --git a/drivers/resctrl/mpam_internal.h b/drivers/resctrl/mpam_internal.h
> index e79c3c47259c..f733bed011bd 100644
> --- a/drivers/resctrl/mpam_internal.h
> +++ b/drivers/resctrl/mpam_internal.h
> @@ -14,7 +14,6 @@
> #include <linux/mutex.h>
> #include <linux/srcu.h>
> #include <linux/spinlock.h>
> -#include <linux/srcu.h>
> #include <linux/types.h>

(If you removed the other entry instead the list would be alphabetical order)

Either way,
Acked-by: James Morse <james.morse@xxxxxxx>


Thanks,

James