lkml.org 
[lkml]   [2012]   [Nov]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 07/10] ARM: FIQ: Should include asm/mach/irq.h
    Date
    The patch fixes the following sparse warnings:

    CHECK arch/arm/kernel/fiq.c
    arch/arm/kernel/fiq.c:71:6: warning: symbol 'show_fiq_list' was not declared. Should it be static?
    arch/arm/kernel/fiq.c:129:13: warning: symbol 'init_FIQ' was not declared. Should it be static?

    Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
    ---
    arch/arm/kernel/fiq.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/arch/arm/kernel/fiq.c b/arch/arm/kernel/fiq.c
    index bd369c5..7be2e74 100644
    --- a/arch/arm/kernel/fiq.c
    +++ b/arch/arm/kernel/fiq.c
    @@ -46,6 +46,7 @@
    #include <asm/fiq.h>
    #include <asm/irq.h>
    #include <asm/traps.h>
    +#include <asm/mach/irq.h>

    static unsigned long no_fiq_insn;

    --
    1.8.0


    \
     
     \ /
      Last update: 2012-11-23 02:41    [W:3.799 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site