commit | 4835e1314d3b5a9106747d95d0f1a85dd242ffac | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Sat Sep 29 07:57:25 2012 -0700 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:54:03 2012 -0700 |
tree | 9c51afb7efdca3f84e19e6ecc0fa8fa19a40749c | |
parent | e09522942211ca94a4c129ce0f766b0814de691d [diff] |
sil_sata: Make sata_write() comply with <part.h> sata_write() takes a const void as the last argument. Fixing this means we also need to make ata_low_level_rw_lba{28,48} also take a const void. Signed-off-by: Tom Rini <trini@ti.com>