]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ide.h: Make ide_(read|write) match block_dev_desc_t block_(read|write)
authorTom Rini <trini@ti.com>
Sat, 29 Sep 2012 14:36:43 +0000 (07:36 -0700)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:54:03 +0000 (11:54 -0700)
commit4ac8f8e022dad149f47a369e60e536b356f14493
tree2884eeb0a910bb1598c075fca6e3cd3fe5b4bc6a
parent0e7d856ea570b22f0983ac7502d66879dcd76b31
ide.h: Make ide_(read|write) match block_dev_desc_t block_(read|write)

block_dev_desc_t says that block_(read|write) take lbaint_t for blkcnt
not ulong

Signed-off-by: Tom Rini <trini@ti.com>
include/ide.h