Skip to content
  • David S. Miller's avatar
    sfc: Fix build due to lack of vmalloc.h include. · 10ed61c4
    David S. Miller authored
    
    
    drivers/net/sfc/filter.c: In function ‘efx_probe_filters’:
    drivers/net/sfc/filter.c:422: error: implicit declaration of function ‘vmalloc’
    drivers/net/sfc/filter.c:422: warning: assignment makes pointer from integer without a cast
    drivers/net/sfc/filter.c: In function ‘efx_remove_filters’:
    drivers/net/sfc/filter.c:442: error: implicit declaration of function ‘vfree’
    
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    10ed61c4