commit | 0e7d856ea570b22f0983ac7502d66879dcd76b31 | [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 | 98391ff1434519bb1c61a858e73eeda1ed41f2f7 [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>