From: Borislav Petkov Date: Sat, 2 Feb 2008 18:56:34 +0000 (+0100) Subject: ide-floppy: remove struct idefloppy_capabilities_page X-Git-Tag: v2.6.25-rc1~1068^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=948391d17c34b87811e1ddbe1fa96b670510e5e1;p=pandora-kernel.git ide-floppy: remove struct idefloppy_capabilities_page This change is rather temporary and is in preparation of using generic commands as is the case with ide-cd and the uniform cdrom layer (i.e. init_cdrom_command()) However, before this happens, we'll have to remove all typedefs and teach idefloppy_create_mode_sense_cmd() to work directly on u8 buffers. Also, since idefloppy_get_capability_page() was used to read only the sfrp bit, rename the latter so that the name reflects what it does. Signed-off-by: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed