commit | 6f0f38c45a8f2f511c25893e33011ff32fc811db | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Thu Apr 08 20:33:16 2010 +0200 |
committer | Dominik Brodowski <linux@dominikbrodowski.net> | Mon May 10 10:23:11 2010 +0200 |
tree | d44382f7b5c7db15e39ce7d5dc2b2feb7bd108a8 | |
parent | 0cb3c49cdd275aa9ef4b1afd090117b1b86a16d4 [diff] |
pcmcia: setup IRQ to be used by PCMCIA drivers at card insert Setup the IRQ to be used by PCMCIA drivers already during the device registration stage, making use of a new function pcmcia_setup_irq(). This will allow us to get rid of quite a lot of indirection in the future. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>