• R
    ARM: Fix nommu.c build warning · 83651bb9
    Russell King 提交于
    The 0-day kernel build robot found this new warning:
    
    arch/arm/mm/nommu.c:303:17: warning: 'struct proc_info_list' declared inside parameter list [enabled by default]
    arch/arm/mm/nommu.c:303:17: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
    
    Fix it by including the appropriate header.
    Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
    83651bb9
nommu.c 10.0 KB