commit | 361b2905520f11e071fcde7bbae3cd5378b01382 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Feb 27 18:28:01 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 17 12:32:36 2020 -0400 |
tree | 3c84f770b7ad53a3e5453c920f5c64d38533d898 | |
parent | 203d83a0edb8719114472605de1707299506fa6e [diff] |
ide: remove duplicate defines form include/ata.h ATA commands are already defined in include/libata.h. There is no need to duplicate them in include/ata.h. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>