commit | 48515f6c006c2a9d7b624ee8ad068018c2d3fe0e | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Mon Apr 07 22:47:21 2008 +0900 |
committer | Jeff Garzik <jgarzik@redhat.com> | Thu Apr 17 15:44:25 2008 -0400 |
tree | 0ade033552ccb297ac7736a6b2d77dd249be4eb8 | |
parent | 127102aea2ea9ec4e9ca233e2b1a75c8d3b058c4 [diff] |
libata: separate PMP support code from core code 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: Tejun Heo <htejun@gmail.com>