• Russell King's avatar
    [PCMCIA] Make cb_release_cis_mem() local to cardbus.c · 41c5d533
    Russell King authored
    The cardbus CIS parsing code does not use the PCMCIA resource
    subsystem, so there isn't any point in freeing its memory when
    we remove PCMCIA memory resources.  We also free CIS resources
    immediately prior to calling cb_free().  We might as well move
    the function call into cb_free(), thereby making all references
    to cb_release_cis_mem() local to cardbus.c
    41c5d533
cs_internal.h 7.56 KB