]> git.baikalelectronics.ru Git - uboot.git/commit
block: ide: use definitions from include/libata.h
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 27 Feb 2020 17:28:00 +0000 (18:28 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 17 Apr 2020 16:32:36 +0000 (12:32 -0400)
commita69885f6d7f65b212ac9554ffcbc6ca110d536dd
tree28030b76592bee02ec838f27ff3fba3eedbb6c74
parent5b9acc73a06d9757c525ee421220d8467b002b0b
block: ide: use definitions from include/libata.h

Currently ATA commands are defined both in include/libata.h and
include/ata.h. Use the command definitions from include/libata.h where
applicable.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/block/ide.c