Cédric Le Goater
2228f19cf9
powerpc/xive: Make debug routines static
...
This fixes a compile error with W=1.
CC arch/powerpc/sysdev/xive/common.o
../arch/powerpc/sysdev/xive/common.c:1568:6: error: no previous prototype for ‘xive_debug_show_cpu’ [-Werror=missing-prototypes]
void xive_debug_show_cpu(struct seq_file *m, int cpu)
^~~~~~~~~~~~~~~~~~~
../arch/powerpc/sysdev/xive/common.c:1602:6: error: no previous prototype for ‘xive_debug_show_irq’ [-Werror=missing-prototypes]
void xive_debug_show_irq(struct seq_file *m, u32 hw_irq, struct irq_data *d)
^~~~~~~~~~~~~~~~~~~
Fixes: 930914b7d528 ("powerpc/xive: Add a debugfs file to dump internal XIVE state")
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200914211007.2285999-5-clg@kaod.org
2020-09-18 20:05:25 +10:00
..
2020-08-14 19:56:57 -07:00
2020-08-12 10:58:04 -07:00
2020-08-14 19:56:56 -07:00
2020-08-22 10:17:36 -07:00
2020-08-07 09:29:25 -07:00
2020-08-12 10:58:03 -07:00
2020-08-12 10:57:58 -07:00
2020-08-12 10:58:03 -07:00
2020-08-17 21:50:54 +03:00
2020-08-15 18:50:32 -07:00
2020-08-14 19:56:56 -07:00
2020-08-22 10:03:05 -07:00
2020-08-12 10:58:03 -07:00
2020-08-12 10:58:03 -07:00
2020-08-14 14:04:53 -07:00
2020-08-16 10:53:13 -07:00
2020-09-18 20:05:25 +10:00
2020-08-20 11:00:21 -07:00
2020-08-17 13:17:34 +02:00
2020-08-15 18:50:32 -07:00
2020-09-16 12:24:37 +10:00
2020-08-15 18:50:32 -07:00
2020-08-23 11:21:16 -07:00
2020-08-14 19:56:56 -07:00
2020-09-16 12:24:31 +10:00