libata: reorder functions in libata-sff.c
authorTejun Heo <htejun@gmail.com>
Tue, 25 Mar 2008 13:16:40 +0000 (22:16 +0900)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 17 Apr 2008 19:44:18 +0000 (15:44 -0400)
commit272f7884e8c0effe594e5537092b9c0ccc0140b0
treec05ac4d9004943c2a47e74b88eba95483408809c
parent21572ea58a1f99a59044febde90c31167d2f59ae
libata: reorder functions in libata-sff.c

Reorder functions in drivers/ata/libata-sff.c such that functions
generally follow ops table order and init functions come last.  This
is in preparation of SFF cleanup.

This patch strictly moves stuff around and as such doesn't cause any
functional difference.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/libata-sff.c