[PATCH v1 1/1] cmd: irq: Move do_irqinfo() prototype to a header file

Simon Glass sjg at chromium.org
Wed Oct 9 03:56:45 CEST 2024


On Sat, 5 Oct 2024 at 13:14, Andy Shevchenko
<andriy.shevchenko at 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 at linux.intel.com>
> ---
>  cmd/irq.c          | 3 ---
>  include/irq_func.h | 3 +++
>  2 files changed, 3 insertions(+), 3 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list