commit | 2ce4905e4da9f512b38f56a53ece9da2072dd164 | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Sat Jul 24 13:14:44 2010 +0200 |
committer | Dominik Brodowski <linux@dominikbrodowski.net> | Tue Aug 03 09:02:44 2010 +0200 |
tree | 64ca3ecc0dea9b4fbdca2c9b1353ee282e9afc82 | |
parent | 3dace8cf15ae1dd7c9384758b3a29556b441a90a [diff] |
pcmcia: use struct resource for PCMCIA devices Introduce a new field into struct pcmcia_device named "resource" and of type struct resource *, which contains the IO port ranges allocated for this device. Memory window ranges and registration with the resource trees will follow at a later date. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>