• Kevin Wolf's avatar
    Simplify driver declarations · c159d757
    Kevin Wolf authored
    
    
    * cdi: The destroy function doesn't need to get the driver struct passed
      as an argument. The driver struct is static anyway.
    * cdi: Drivers don't need to wrap cdi_{fs,net,storage}_driver if they
      don't extend the struct (and there is no reason to do so).
    Signed-off-by: Kevin Wolf's avatarKevin Wolf <kevin@tyndur.org>
    c159d757
main.c 6.35 KB