
9 Oct
2024
9 Oct
'24
3:56 a.m.
On Sat, 5 Oct 2024 at 13:14, Andy Shevchenko andriy.shevchenko@linux.intel.com 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 andriy.shevchenko@linux.intel.com
cmd/irq.c | 3 --- include/irq_func.h | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org