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)
commite6e9a4f0a9e74a079c10f7650c0386ee49e04e44
tree28030b76592bee02ec838f27ff3fba3eedbb6c74
parentfd0e30b43b6b2401e68dc32c357869c617d4fdd1
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