From: Alan Cox Date: Thu, 8 Mar 2007 23:09:12 +0000 (+0000) Subject: sata_sil: First step to removing ->post_set_mode X-Git-Tag: v2.6.22-rc1~1111^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d2c7c75f889a3eefad016c71f651b0796e0a6e9;p=pandora-kernel.git sata_sil: First step to removing ->post_set_mode Now that we have ata_do_set_mode() available for drivers to use we don't actually need ->post_set_mode() as the driver can wrap set_mode nicely and do stuff before or after (eg PCMCIA needs before), so we can kill off a method in all the structs While I was at it I added kernel-doc to the function involved. Signed-off-by: Alan Cox Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed