On Sat, 5 Oct 2024 at 13:14, Andy Shevchenko <[email protected]> wrote: > > Move do_irqinfo() prototype to a header file, otherwise compiler is not > happy: > > arch/x86/lib/interrupts.c:130:5: warning: no previous prototype for > ‘do_irqinfo’ [-Wmissing-prototypes] > > Signed-off-by: Andy Shevchenko <[email protected]> > --- > cmd/irq.c | 3 --- > include/irq_func.h | 3 +++ > 2 files changed, 3 insertions(+), 3 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

