commit | b19a7275dec4b470ea9abaae6129d21a0d75ab2f | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Sat Mar 20 13:10:47 2010 +0100 |
committer | Dominik Brodowski <linux@dominikbrodowski.net> | Mon May 10 10:23:19 2010 +0200 |
tree | 9a3824270dee0494a198f969ae5b8c53e4950165 | |
parent | 49b1153adfe18a3cce7e70aa26c690f275917cd0 [diff] |
pcmcia: clarify alloc_io_space, move it to resource handlers Clean up the alloc_io_space() function by moving most of it to the actual resource_ops. This allows for a bit less re-directions. Future cleanups will follow, and will make up for the code duplication currently present between rsrc_iodyn and rsrc_nonstatic (which are hardly ever built at the same time anyway, therefore no increase in built size). Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>