• Andrew Morton's avatar
    [PATCH] CardServices() removal from pcmcia net drivers · fbb3bc6f
    Andrew Morton authored
    From: Andres Salomon <dilinger@voxel.net>
    
    Replace the various CardServices() calls w/ their pcmcia_* function.  The
    pcmcia functions fit better with kernel conventions, and don't have the
    nasty var args stuff.  These patches also fix a few places where the args
    supplied to CardServices were either not supplied, or dealt with in
    non-obvious ways.
    fbb3bc6f
fmvj18x_cs.c 37.7 KB