commit | fd238232cd0ff4840ae6946bb338502154096d88 | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Sun Mar 05 10:45:09 2006 +0100 |
committer | Dominik Brodowski <linux@dominikbrodowski.net> | Fri Mar 31 17:15:57 2006 +0200 |
tree | d20e8f5871f7cff9d0867a84f6ba088fbffcbe28 | |
parent | a78f4dd331a4f6a396eb5849656a4a72a70a56d7 [diff] |
[PATCH] pcmcia: embed dev_link_t into struct pcmcia_device Embed dev_link_t into struct pcmcia_device(), as they basically address the same entity. The actual contents of dev_link_t will be cleaned up step by step. This patch includes a bugfix from and signed-off-by Andrew Morton. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>