Re: [PATCH 1/1] x86/io_apic: suppress compiler warning

From: Jiang Liu
Date: Thu Oct 08 2015 - 22:38:07 EST


On 2015/10/8 23:55, Andy Shevchenko wrote:
> We have to define internally used function as static, otherwise the following
> warning will be generated:
>
> arch/x86/kernel/apic/io_apic.c:532:6: warning: no previous prototype for âeoi_ioapic_pinâ [-Wmissing-prototypes]
Hi Andy,
Thanks for fixing this.
Reviewed-by: Jiang Liu <jiang.liu@xxxxxxxxxxxxxxx>

>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> ---
> arch/x86/kernel/apic/io_apic.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
> index 5c60bb1..b5a0e3c 100644
> --- a/arch/x86/kernel/apic/io_apic.c
> +++ b/arch/x86/kernel/apic/io_apic.c
> @@ -529,7 +529,7 @@ static void __eoi_ioapic_pin(int apic, int pin, int vector)
> }
> }
>
> -void eoi_ioapic_pin(int vector, struct mp_chip_data *data)
> +static void eoi_ioapic_pin(int vector, struct mp_chip_data *data)
> {
> unsigned long flags;
> struct irq_pin_list *entry;
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/