From: Russell King Date: Mon, 3 Jul 2006 14:22:35 +0000 (+0100) Subject: [SERIAL] Ensure 8250_pci quirks are not marked __devinit X-Git-Tag: v2.6.18-rc1~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a116ef29e712147d7ee7a6738886e6f91df5f5;p=pandora-kernel.git [SERIAL] Ensure 8250_pci quirks are not marked __devinit The 8250_pci quirks must not be marked __devinit since they may be used from parport_serial. We only really need to mark those which might be used by cards recognised by parport_serial, but that wouldn't allow static checking. Signed-off-by: Russell King --- Reading git-diff-tree failed