[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87ttn1gszs.ffs@tglx>
Date: Thu, 25 Jan 2024 19:36:39 +0100
From: Thomas Gleixner <tglx@...utronix.de>
To: Tudor Ambarus <tudor.ambarus@...aro.org>, mingo@...hat.com,
bp@...en8.de, dave.hansen@...ux.intel.com
Cc: x86@...nel.org, hpa@...or.com, akpm@...ux-foundation.org,
mhocko@...e.com, dianders@...omium.org, arnd@...db.de,
linux-kernel@...r.kernel.org, willmcvicker@...gle.com,
andre.draszik@...aro.org, peter.griffin@...aro.org,
kernel-team@...roid.com, Tudor Ambarus <tudor.ambarus@...aro.org>, kernel
test robot <lkp@...el.com>
Subject: Re: [PATCH] x86/irq: fix [-Wvisibility] warnings
On Tue, Jan 09 2024 at 14:10, Tudor Ambarus wrote:
>
> #include <asm/apicdef.h>
> #include <asm/irq_vectors.h>
> +#include <linux/cpumask.h>
Why does this need the include?
> 44 | void arch_trigger_cpumask_backtrace(const struct cpumask *mask,
That's a pointer so a simple forward declaration should work, no?
Thanks,
tglx
Powered by blists - more mailing lists