• Jeff Garzik's avatar
    [MCA] don't include linux/mca-legacy.h from linux/mca.h. · 580fb9cd
    Jeff Garzik authored
    As the functions and definitions in linux/mca-legacy.h are deprecated,
    require that users explicitly include linux/mca-legacy.h as needed.
    
    Prior to this change, _all_ users of linux/mca.h (i.e. proper users)
    issued a warning at compile time, when the MCA legacy API was enabled.
    Now only actual users of the legacy API cause warnings, not all MCA drivers.
    580fb9cd
mca-legacy.h 2.51 KB