Skip to content
  • Vikram Narayanan's avatar
    lcd/ixgbe: Mask unneeded functions · 06f14653
    Vikram Narayanan authored
    
    
    Replace
    * dev_{warn,err,info,crit} with LIBLCD variants.
    * v{m,z}alloc with kmalloc for now as vmalloc is not fully supported in the liblcd
    implementation.
    * {alloc,free}_pages with lcd variants
    
    Mask functions that won't be used with LCD driver (for instance irq related
    stuff). Add stubs for other functions that are unlikely to be RPC-ed or pulled
    in.
    
    Signed-off-by: default avatarVikram Narayanan <vikram186@gmail.com>
    06f14653