From: Sergei Shtylyov Date: Sun, 30 Jun 2013 20:01:32 +0000 (+0400) Subject: libata: move 'struct ata_taskfile' and friends from ata.h to libata.h X-Git-Tag: v3.12-rc1~174^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc34e7e1a701134c2639dc7af78dc91055616477;p=pandora-kernel.git libata: move 'struct ata_taskfile' and friends from ata.h to libata.h Move 'struct ata_taskfile', ata_prot_flags() and their friends from to . They were misplaced from the beginning, as 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 Signed-off-by: Tejun Heo --- Reading git-diff-tree failed