From: Bartlomiej Zolnierkiewicz Date: Fri, 25 Jan 2008 21:17:12 +0000 (+0100) Subject: ide: remove atapi_ireason_t (take 3) X-Git-Tag: v2.6.25-rc1~1236^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e7657ae0f56c14882e53ffdae8055c2b1624de1;p=pandora-kernel.git ide: remove atapi_ireason_t (take 3) Remove atapi_ireason_t. While at it: * replace 'HWIF(drive)' by 'drive->hwif' (or just 'hwif' where possible) v2: * v1 had CD and IO bits reversed in many places. * Use CD and IO defines from . v3: * Fix incorrect "(ireason & IO) == test_bit()". (Noticed by Sergei) Acked-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed