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)
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

Simple merge