• Nicolas Pitre's avatar
    [PATCH] move prototype for __get_vm_area() to a sane location · 34c8c098
    Nicolas Pitre authored
    There are currently two files besides mm/vmalloc.c that make use of that
    function:
    
    - arch/sh/kernel/cpu/sh4/sq.c
      which defined its own prototype locally risking not being in sync with
      the real function, and
    
    - arch/arm/kernel/module.c which has no prototype at all and cause
      build warnings.
    
    This fixes those issues
    34c8c098
sq.c 11.9 KB