• Andrew Morton's avatar
    [PATCH] Fix inlining failure (all GCCs) in parport · b3f36a2a
    Andrew Morton authored
    From: Jan Hubicka <jh@suse.cz>
    
    GCC never inline extern inline function redefined by new body (because it is
    not clear what body one should choose)
    
    parport contains such duplicated functions for apparently no good reasons.
    Both copies differ slightly, not sure whether it is intentional or just
    garbage.
    b3f36a2a
parport_pc.c 85.5 KB