• T
    libata: separate PMP support code from core code · 48515f6c
    Tejun Heo 提交于
    Most of PMP support code is already in libata-pmp.c.  All that are in
    libata-core.c are sata_pmp_port_ops and EXPORTs.  Move them to
    libata-pmp.c.  Also, collect PMP related prototypes and declarations
    in header files and move them right above of SFF stuff.
    
    This change is to make PMP support optional.
    Signed-off-by: NTejun Heo <htejun@gmail.com>
    48515f6c
libata-pmp.c 24.0 KB