From: Alan Cox Date: Tue, 23 Sep 2008 12:53:09 +0000 (+0100) Subject: pcmcia: Fix up legacy driver IRQs X-Git-Tag: v2.6.28-rc1~717^2~172^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47cbb1107e4172f3632713d74dc8651a32ceb294;p=pandora-kernel.git pcmcia: Fix up legacy driver IRQs The PCMCIA layer obsoleted asking for per device private IRQS some years ago and all the drivers by inspection correctly use dev_id and handle shared interrupts [they get em anyway in most PCI bridged PCMCIA/Cardbus] so can be adjusted. This gets rid of the various bugs reported where there is spewage about conflicting irq types and sometimes the driver won't load. (Note I don't have all of these devices to test each one beyond by inspection) Signed-off-by: Alan Cox Signed-off-by: John W. Linville --- Reading git-diff-tree failed