Balamuruhan S <bal...@linux.ibm.com> writes: > In ppc64 config if `CONFIG_SOFTLOCKUP_DETECTOR` is not set then it > warns for unused declaration of `watchdog_allowed_mask` while building, > move the declaration inside ifdef later in the code. > > ``` > kernel/watchdog.c:47:23: warning: ‘watchdog_allowed_mask’ defined but not > used [-Wunused-variable] > static struct cpumask watchdog_allowed_mask __read_mostly; > ``` > > Signed-off-by: Balamuruhan S <bal...@linux.ibm.com> > --- > kernel/watchdog.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
I don't maintain that file. Please resend and Cc it to: $ ./scripts/get_maintainer.pl -f kernel/watchdog.c t...@linutronix.de pet...@infradead.org jisheng.zh...@synaptics.com r...@fb.com v...@zeniv.linux.org.uk gpicc...@canonical.com pmla...@suse.com linux-ker...@vger.kernel.org cheers