Sysace: Move structure allocation from bus binding into common code
authorGrant Likely <grant.likely@secretlab.ca>
Mon, 1 Oct 2007 14:33:53 +0000 (16:33 +0200)
committerJens Axboe <axboe@carl.home.kernel.dk>
Wed, 10 Oct 2007 07:25:58 +0000 (09:25 +0200)
commit1b455466549f46bab0a75a7a296a9331a38fd6fa
tree2b912166ff08995d3508cf1888280a5a47d01a53
parentedec49616c7b4ad7ceb3b936a8d95b10652ee677
Sysace: Move structure allocation from bus binding into common code

Split the determination of device registers/irqs/etc from the actual
allocation and initialization of the device structure.  This cleans
up the code a bit in preparation to add an of_platform bus binding

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/block/xsysace.c