diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2013-06-30 22:01:32 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-07-16 13:46:56 +0200 |
commit | dc34e7e1a701134c2639dc7af78dc91055616477 (patch) | |
tree | ec38a800ee44f717feaead5906cfb75477f68bf7 /drivers/ata | |
parent | Linux 3.11-rc1 (diff) | |
download | linux-dc34e7e1a701134c2639dc7af78dc91055616477.tar.xz linux-dc34e7e1a701134c2639dc7af78dc91055616477.zip |
libata: move 'struct ata_taskfile' and friends from ata.h to libata.h
Move 'struct ata_taskfile', ata_prot_flags() and their friends from
<linux/ata.h> to <linux/libata.h>. They were misplaced from the beginning, as
<linux/ata.h> should cover ATA/ATAPI and related standards only -- to which the
aforementioned structure and function have only remote relation.
I would have moved 'enum ata_tf_protocols' closely related to 'struct
ata_taskfile' but it unfortunately gets used by 'drivers/ide/ide-ioctls.c'...
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata')
0 files changed, 0 insertions, 0 deletions